Html Css Color HEX #96074C Jazzberry Jam

📋 copy color: '#96074C'

red 150 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #96074C

Tints of Jazzberry Jam #96074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.62%

R = 64.38%
G = 3%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96074C (or 0x96074C) is known color: Jazzberry Jam. HEX triplet: 96, 07 and 4C. RGB value is (150,7,76). Sum of RGB (Red+Green+Blue) = 150+7+76=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #96074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96074C is #69F8B3. Grayscale: #393939. Windows color (decimal): -6944948 or 4982678. OLE color: 4982678.

HSL color Cylindrical-coordinate representation of color #96074C: hue angle of 331.05º 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 #96074C is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 76 -
CMYK 0 0.95 0.49 0.41
HSL 331.05º 0.91% 0.31% -
HSV(B) 331.05º 0.95% 0.59% -
XYZ 13.96 7.16 7.48 -
YUV 57.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 150 7 76 0 0.95 0.49 0.41 331.05 0.91 0.31
Hex 96 7 4C 0 5F 31 29 14B 5B 1F
Octal 226 7 114 0 137 61 51 513 133 37
Binary 10010110 111 1001100 0 1011111 110001 101001 101001011 1011011 11111

Color Harmonies of #96074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96074C

Black with #96074C

Text Example


Text Example

White with #96074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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