Html Css Color HEX #961451 Jazzberry Jam

📋 copy color: '#961451'

red 150 ◦ green 20 ◦ blue 81

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

Shades of Jazzberry Jam #961451

Tints of Jazzberry Jam #961451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 59.76%
G = 7.97%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#961451 (or 0x961451) is known color: Jazzberry Jam. HEX triplet: 96, 14 and 51. RGB value is (150,20,81). Sum of RGB (Red+Green+Blue) = 150+20+81=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #961451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961451 is #69EBAE. Grayscale: #414141. Windows color (decimal): -6941615 or 5313686. OLE color: 5313686.

HSL color Cylindrical-coordinate representation of color #961451: hue angle of 331.85º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961451 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 81 -
CMYK 0 0.87 0.46 0.41
HSL 331.85º 0.76% 0.33% -
HSV(B) 331.85º 0.87% 0.59% -
XYZ 14.31 7.58 8.49 -
YUV 65.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 150 20 81 0 0.87 0.46 0.41 331.85 0.76 0.33
Hex 96 14 51 0 57 2E 29 14C 4C 21
Octal 226 24 121 0 127 56 51 514 114 41
Binary 10010110 10100 1010001 0 1010111 101110 101001 101001100 1001100 100001

Color Harmonies of #961451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961451

Black with #961451

Text Example


Text Example

White with #961451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961451; }

 p { color: rgb(150,20,81); }

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

background-color css

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

 a { background-color: rgb(150,20,81); }

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

border-color css

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

 span { border-color: rgb(150,20,81); }

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