Html Css Color HEX #960146 Jazzberry Jam

📋 copy color: '#960146'

red 150 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #960146

Tints of Jazzberry Jam #960146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.67%

R = 67.87%
G = 0.45%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#960146 (or 0x960146) is known color: Jazzberry Jam. HEX triplet: 96, 01 and 46. RGB value is (150,1,70). Sum of RGB (Red+Green+Blue) = 150+1+70=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #960146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960146 is #69FEB9. Grayscale: #353535. Windows color (decimal): -6946490 or 4587926. OLE color: 4587926.

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

Color convert

RGB 150 1 70 -
CMYK 0 0.99 0.53 0.41
HSL 332.21º 0.99% 0.3% -
HSV(B) 332.21º 0.99% 0.59% -
XYZ 13.69 6.95 6.41 -
YUV 53.42 137.36 196.89 -
System Red Green Blue C M Y K H S L
Decimal 150 1 70 0 0.99 0.53 0.41 332.21 0.99 0.3
Hex 96 1 46 0 63 35 29 14C 63 1E
Octal 226 1 106 0 143 65 51 514 143 36
Binary 10010110 1 1000110 0 1100011 110101 101001 101001100 1100011 11110

Color Harmonies of #960146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960146

Black with #960146

Text Example


Text Example

White with #960146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960146; }

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

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

background-color css

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

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

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

border-color css

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

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

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