Html Css Color HEX #96014C Jazzberry Jam

📋 copy color: '#96014C'

red 150 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #96014C

Tints of Jazzberry Jam #96014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 66.08%
G = 0.44%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96014C (or 0x96014C) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 4C. RGB value is (150,1,76). Sum of RGB (Red+Green+Blue) = 150+1+76=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #96014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96014C is #69FEB3. Grayscale: #353535. Windows color (decimal): -6946484 or 4981142. OLE color: 4981142.

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

Color convert

RGB 150 1 76 -
CMYK 0 0.99 0.49 0.41
HSL 329.8º 0.99% 0.3% -
HSV(B) 329.8º 0.99% 0.59% -
XYZ 13.89 7.03 7.46 -
YUV 54.1 140.36 196.4 -
System Red Green Blue C M Y K H S L
Decimal 150 1 76 0 0.99 0.49 0.41 329.8 0.99 0.3
Hex 96 1 4C 0 63 31 29 14A 63 1E
Octal 226 1 114 0 143 61 51 512 143 36
Binary 10010110 1 1001100 0 1100011 110001 101001 101001010 1100011 11110

Color Harmonies of #96014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96014C

Black with #96014C

Text Example


Text Example

White with #96014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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