Html Css Color HEX #96014D Jazzberry Jam

📋 copy color: '#96014D'

red 150 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #96014D

Tints of Jazzberry Jam #96014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 65.79%
G = 0.44%
B = 33.77%

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

#96014D (or 0x96014D) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 4D. RGB value is (150,1,77). Sum of RGB (Red+Green+Blue) = 150+1+77=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #96014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96014D is #69FEB2. Grayscale: #363636. Windows color (decimal): -6946483 or 5046678. OLE color: 5046678.

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

Color convert

RGB 150 1 77 -
CMYK 0 0.99 0.49 0.41
HSL 329.4º 0.99% 0.3% -
HSV(B) 329.4º 0.99% 0.59% -
XYZ 13.93 7.04 7.65 -
YUV 54.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 150 1 77 0 0.99 0.49 0.41 329.4 0.99 0.3
Hex 96 1 4D 0 63 31 29 149 63 1E
Octal 226 1 115 0 143 61 51 511 143 36
Binary 10010110 1 1001101 0 1100011 110001 101001 101001001 1100011 11110

Color Harmonies of #96014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96014D

Black with #96014D

Text Example


Text Example

White with #96014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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