Html Css Color HEX #96024F Jazzberry Jam

📋 copy color: '#96024F'

red 150 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #96024F

Tints of Jazzberry Jam #96024F

RGB

 RED value IS 150 (58.98% from 255) = 64.94%

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

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

R = 64.94%
G = 0.87%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#96024F (or 0x96024F) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 4F. RGB value is (150,2,79). Sum of RGB (Red+Green+Blue) = 150+2+79=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96024F is #69FDB0. Grayscale: #363636. Windows color (decimal): -6946225 or 5178006. OLE color: 5178006.

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

Color convert

RGB 150 2 79 -
CMYK 0 0.99 0.47 0.41
HSL 328.78º 0.97% 0.3% -
HSV(B) 328.78º 0.99% 0.59% -
XYZ 14.01 7.09 8.03 -
YUV 55.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 150 2 79 0 0.99 0.47 0.41 328.78 0.97 0.3
Hex 96 2 4F 0 63 2F 29 149 61 1E
Octal 226 2 117 0 143 57 51 511 141 36
Binary 10010110 10 1001111 0 1100011 101111 101001 101001001 1100001 11110

Color Harmonies of #96024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96024F

Black with #96024F

Text Example


Text Example

White with #96024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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