#99135a

Color #99135A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #99135A

Tints of Jazzberry Jam #99135A

Color information

#99135A (or 0x99135A) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 13 and 5A. RGB value is (153,19,90). Sum of RGB (Red+Green+Blue) = 153+19+90=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99135A is #66ECA5. Grayscale: #434343. Windows color (decimal): -6745254 or 5903257. OLE color: 5903257.

HSL color Cylindrical-coordinate representation of color #99135A: hue angle of 328.21º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99135A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1531990-
CMYK00.880.410.4
HSL328.21º77.91%33.73%-
HSV(B)328.21º87.58%60%-
XYZ15.227.9810.41-
YUV67.16140.89189.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 58.40%
GREEN value IS 19 (7.81% from 255) = 7.25%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=58.40%
G=7.25%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153199000.880.410.4328.2177.9133.73
Hex99135A05829281484e22
Octal231231320130515051011642
Binary10011001100111011010010110001010011010001010010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99135a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99135a; }

 p { color: rgb(153,19,90); }

 H1.HeaderClassName
 {
   color: #99135a;
 }
 .AnyTagClassName
 {
   color: #99135a;
 }
</style>
background-color css

<style>
 a { background-color: #99135a; }

 a { background-color: rgb(153,19,90); }

 div.DivClassName
 {
   background-color: #99135a;
 }
 .BgClassName
 {
   background-color: #99135a;
 }
</style>
border-color css

<style>
 span { border-color: #99135a; }

 span { border-color: rgb(153,19,90); }

 td.TdClassName
 {
   border-color: #99135a;
 }
 .TagClassName
 {
   border-color: #99135a;
 }
</style>