Html Css Color HEX #96104C Jazzberry Jam

📋 copy color: '#96104C'

red 150 ◦ green 16 ◦ blue 76

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

Shades of Jazzberry Jam #96104C

Tints of Jazzberry Jam #96104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 61.98%
G = 6.61%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96104C (or 0x96104C) is known color: Jazzberry Jam. HEX triplet: 96, 10 and 4C. RGB value is (150,16,76). Sum of RGB (Red+Green+Blue) = 150+16+76=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #96104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96104C is #69EFB3. Grayscale: #3E3E3E. Windows color (decimal): -6942644 or 4984982. OLE color: 4984982.

HSL color Cylindrical-coordinate representation of color #96104C: hue angle of 333.13º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96104C is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 76 -
CMYK 0 0.89 0.49 0.41
HSL 333.13º 0.81% 0.33% -
HSV(B) 333.13º 0.89% 0.59% -
XYZ 14.07 7.38 7.52 -
YUV 62.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 150 16 76 0 0.89 0.49 0.41 333.13 0.81 0.33
Hex 96 10 4C 0 59 31 29 14D 51 21
Octal 226 20 114 0 131 61 51 515 121 41
Binary 10010110 10000 1001100 0 1011001 110001 101001 101001101 1010001 100001

Color Harmonies of #96104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96104C

Black with #96104C

Text Example


Text Example

White with #96104C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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