Html Css Color HEX #96074A Jazzberry Jam

📋 copy color: '#96074A'

red 150 ◦ green 7 ◦ blue 74

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

Shades of Jazzberry Jam #96074A

Tints of Jazzberry Jam #96074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

 BLUE value IS 74 (29.3% from 255) = 32.03%

R = 64.94%
G = 3.03%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#96074A (or 0x96074A) is known color: Jazzberry Jam. HEX triplet: 96, 07 and 4A. RGB value is (150,7,74). Sum of RGB (Red+Green+Blue) = 150+7+74=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96074A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96074A is #69F8B5. Grayscale: #393939. Windows color (decimal): -6944950 or 4851606. OLE color: 4851606.

HSL color Cylindrical-coordinate representation of color #96074A: hue angle of 331.89º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96074A is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 74 -
CMYK 0 0.95 0.51 0.41
HSL 331.89º 0.91% 0.31% -
HSV(B) 331.89º 0.95% 0.59% -
XYZ 13.89 7.13 7.12 -
YUV 57.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 150 7 74 0 0.95 0.51 0.41 331.89 0.91 0.31
Hex 96 7 4A 0 5F 33 29 14C 5B 1F
Octal 226 7 112 0 137 63 51 514 133 37
Binary 10010110 111 1001010 0 1011111 110011 101001 101001100 1011011 11111

Color Harmonies of #96074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96074A

Black with #96074A

Text Example


Text Example

White with #96074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96074A; }

 p { color: rgb(150,7,74); }

 H1.HeaderClassName
 {
   color: #96074A;
 }
 .AnyTagClassName
 {
   color: #96074A;
 }
</style>

background-color css

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

 a { background-color: rgb(150,7,74); }

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

border-color css

<style>
 span { border-color: #96074A; }

 span { border-color: rgb(150,7,74); }

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