Html Css Color HEX #99004F Jazzberry Jam

📋 copy color: '#99004F'

red 153 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #99004F

Tints of Jazzberry Jam #99004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 65.95%
G = 0%
B = 34.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#99004F (or 0x99004F) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 4F. RGB value is (153,0,79). Sum of RGB (Red+Green+Blue) = 153+0+79=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #99004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99004F is #66FFB0. Grayscale: #363636. Windows color (decimal): -6750129 or 5177497. OLE color: 5177497.

HSL color Cylindrical-coordinate representation of color #99004F: hue angle of 329.02º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99004F is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 79 -
CMYK 0 1 0.48 0.4
HSL 329.02º 1% 0.3% -
HSV(B) 329.02º 1% 0.6% -
XYZ 14.55 7.34 8.05 -
YUV 54.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 153 0 79 0 1 0.48 0.4 329.02 1 0.3
Hex 99 0 4F 0 64 30 28 149 64 1E
Octal 231 0 117 0 144 60 50 511 144 36
Binary 10011001 0 1001111 0 1100100 110000 101000 101001001 1100100 11110

Color Harmonies of #99004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99004F

Black with #99004F

Text Example


Text Example

White with #99004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99004F; }

 p { color: rgb(153,0,79); }

 H1.HeaderClassName
 {
   color: #99004F;
 }
 .AnyTagClassName
 {
   color: #99004F;
 }
</style>

background-color css

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

 a { background-color: rgb(153,0,79); }

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

border-color css

<style>
 span { border-color: #99004F; }

 span { border-color: rgb(153,0,79); }

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