Html Css Color HEX #99024F Jazzberry Jam

📋 copy color: '#99024F'

red 153 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #99024F

Tints of Jazzberry Jam #99024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 65.38%
G = 0.85%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#99024F (or 0x99024F) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 4F. RGB value is (153,2,79). Sum of RGB (Red+Green+Blue) = 153+2+79=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #99024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99024F is #66FDB0. Grayscale: #373737. Windows color (decimal): -6749617 or 5178009. OLE color: 5178009.

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

Color convert

RGB 153 2 79 -
CMYK 0 0.99 0.48 0.4
HSL 329.4º 0.97% 0.3% -
HSV(B) 329.4º 0.99% 0.6% -
XYZ 14.57 7.38 8.05 -
YUV 55.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 153 2 79 0 0.99 0.48 0.4 329.4 0.97 0.3
Hex 99 2 4F 0 63 30 28 149 61 1E
Octal 231 2 117 0 143 60 50 511 141 36
Binary 10011001 10 1001111 0 1100011 110000 101000 101001001 1100001 11110

Color Harmonies of #99024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99024F

Black with #99024F

Text Example


Text Example

White with #99024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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