Html Css Color HEX #960443 Jazzberry Jam

📋 copy color: '#960443'

red 150 ◦ green 4 ◦ blue 67

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

Shades of Jazzberry Jam #960443

Tints of Jazzberry Jam #960443

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

 BLUE value IS 67 (26.56% from 255) = 30.32%

R = 67.87%
G = 1.81%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#960443 (or 0x960443) is known color: Jazzberry Jam. HEX triplet: 96, 04 and 43. RGB value is (150,4,67). Sum of RGB (Red+Green+Blue) = 150+4+67=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #960443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960443 is #69FBBC. Grayscale: #363636. Windows color (decimal): -6945725 or 4392086. OLE color: 4392086.

HSL color Cylindrical-coordinate representation of color #960443: hue angle of 334.11º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960443 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 67 -
CMYK 0 0.97 0.55 0.41
HSL 334.11º 0.95% 0.3% -
HSV(B) 334.11º 0.97% 0.59% -
XYZ 13.63 6.98 5.94 -
YUV 54.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 150 4 67 0 0.97 0.55 0.41 334.11 0.95 0.3
Hex 96 4 43 0 61 37 29 14E 5F 1E
Octal 226 4 103 0 141 67 51 516 137 36
Binary 10010110 100 1000011 0 1100001 110111 101001 101001110 1011111 11110

Color Harmonies of #960443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960443

Black with #960443

Text Example


Text Example

White with #960443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960443; }

 p { color: rgb(150,4,67); }

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

background-color css

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

 a { background-color: rgb(150,4,67); }

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

border-color css

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

 span { border-color: rgb(150,4,67); }

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