Html Css Color HEX #960251 Jazzberry Jam

📋 copy color: '#960251'

red 150 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #960251

Tints of Jazzberry Jam #960251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 64.38%
G = 0.86%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#960251 (or 0x960251) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 51. RGB value is (150,2,81). Sum of RGB (Red+Green+Blue) = 150+2+81=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #960251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960251 is #69FDAE. Grayscale: #373737. Windows color (decimal): -6946223 or 5309078. OLE color: 5309078.

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

Color convert

RGB 150 2 81 -
CMYK 0 0.99 0.46 0.41
HSL 327.97º 0.97% 0.3% -
HSV(B) 327.97º 0.99% 0.59% -
XYZ 14.08 7.12 8.42 -
YUV 55.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 150 2 81 0 0.99 0.46 0.41 327.97 0.97 0.3
Hex 96 2 51 0 63 2E 29 148 61 1E
Octal 226 2 121 0 143 56 51 510 141 36
Binary 10010110 10 1010001 0 1100011 101110 101001 101001000 1100001 11110

Color Harmonies of #960251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960251

Black with #960251

Text Example


Text Example

White with #960251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960251; }

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

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

background-color css

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

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

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

border-color css

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

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

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