Html Css Color HEX #96014B Jazzberry Jam

📋 copy color: '#96014B'

red 150 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #96014B

Tints of Jazzberry Jam #96014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 66.37%
G = 0.44%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#96014B (or 0x96014B) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 4B. RGB value is (150,1,75). Sum of RGB (Red+Green+Blue) = 150+1+75=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96014B is #69FEB4. Grayscale: #353535. Windows color (decimal): -6946485 or 4915606. OLE color: 4915606.

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

Color convert

RGB 150 1 75 -
CMYK 0 0.99 0.5 0.41
HSL 330.2º 0.99% 0.3% -
HSV(B) 330.2º 0.99% 0.59% -
XYZ 13.86 7.01 7.28 -
YUV 53.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 150 1 75 0 0.99 0.5 0.41 330.2 0.99 0.3
Hex 96 1 4B 0 63 32 29 14A 63 1E
Octal 226 1 113 0 143 62 51 512 143 36
Binary 10010110 1 1001011 0 1100011 110010 101001 101001010 1100011 11110

Color Harmonies of #96014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96014B

Black with #96014B

Text Example


Text Example

White with #96014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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