Html Css Color HEX #99185C Jazzberry Jam

📋 copy color: '#99185C'

red 153 ◦ green 24 ◦ blue 92

#99185C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #99185C

Tints of Jazzberry Jam #99185C

RGB

 RED value IS 153 (60.16% from 255) = 56.88%

 GREEN value IS 24 (9.77% from 255) = 8.92%

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 56.88%
G = 8.92%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99185C (or 0x99185C) is known color: Jazzberry Jam. HEX triplet: 99, 18 and 5C. RGB value is (153,24,92). Sum of RGB (Red+Green+Blue) = 153+24+92=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #99185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99185C is #66E7A3. Grayscale: #464646. Windows color (decimal): -6743972 or 6035609. OLE color: 6035609.

HSL color Cylindrical-coordinate representation of color #99185C: hue angle of 328.37º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99185C is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 24 92 -
CMYK 0 0.84 0.40 0.4
HSL 328.37º 0.73% 0.35% -
HSV(B) 328.37º 0.84% 0.6% -
XYZ 15.4 8.2 10.9 -
YUV 70.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 153 24 92 0 0.84 0.40 0.4 328.37 0.73 0.35
Hex 99 18 5C 0 54 28 28 148 49 23
Octal 231 30 134 0 124 50 50 510 111 43
Binary 10011001 11000 1011100 0 1010100 101000 101000 101001000 1001001 100011

Color Harmonies of #99185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99185C

Black with #99185C

Text Example


Text Example

White with #99185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99185C; }

 p { color: rgb(153,24,92); }

 H1.HeaderClassName
 {
   color: #99185C;
 }
 .AnyTagClassName
 {
   color: #99185C;
 }
</style>

background-color css

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

 a { background-color: rgb(153,24,92); }

 div.DivClassName
 {
   background-color: #99185C;
 }
 .BgClassName
 {
   background-color: #99185C;
 }
</style>

border-color css

<style>
 span { border-color: #99185C; }

 span { border-color: rgb(153,24,92); }

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