Html Css Color HEX #961454 Jazzberry Jam

📋 copy color: '#961454'

red 150 ◦ green 20 ◦ blue 84

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

Shades of Jazzberry Jam #961454

Tints of Jazzberry Jam #961454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 59.06%
G = 7.87%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#961454 (or 0x961454) is known color: Jazzberry Jam. HEX triplet: 96, 14 and 54. RGB value is (150,20,84). Sum of RGB (Red+Green+Blue) = 150+20+84=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #961454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961454 is #69EBAB. Grayscale: #424242. Windows color (decimal): -6941612 or 5510294. OLE color: 5510294.

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

Color convert

RGB 150 20 84 -
CMYK 0 0.87 0.44 0.41
HSL 330.46º 0.76% 0.33% -
HSV(B) 330.46º 0.87% 0.59% -
XYZ 14.43 7.62 9.1 -
YUV 66.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 150 20 84 0 0.87 0.44 0.41 330.46 0.76 0.33
Hex 96 14 54 0 57 2C 29 14A 4C 21
Octal 226 24 124 0 127 54 51 512 114 41
Binary 10010110 10100 1010100 0 1010111 101100 101001 101001010 1001100 100001

Color Harmonies of #961454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961454

Black with #961454

Text Example


Text Example

White with #961454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961454; }

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

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

background-color css

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

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

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

border-color css

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

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

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