Html Css Color HEX #960345 Jazzberry Jam

📋 copy color: '#960345'

red 150 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #960345

Tints of Jazzberry Jam #960345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 69 (27.34% from 255) = 31.08%

R = 67.57%
G = 1.35%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#960345 (or 0x960345) is known color: Jazzberry Jam. HEX triplet: 96, 03 and 45. RGB value is (150,3,69). Sum of RGB (Red+Green+Blue) = 150+3+69=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #960345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960345 is #69FCBA. Grayscale: #363636. Windows color (decimal): -6945979 or 4522902. OLE color: 4522902.

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

Color convert

RGB 150 3 69 -
CMYK 0 0.98 0.54 0.41
HSL 333.06º 0.96% 0.3% -
HSV(B) 333.06º 0.98% 0.59% -
XYZ 13.68 6.98 6.26 -
YUV 54.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 150 3 69 0 0.98 0.54 0.41 333.06 0.96 0.3
Hex 96 3 45 0 62 36 29 14D 60 1E
Octal 226 3 105 0 142 66 51 515 140 36
Binary 10010110 11 1000101 0 1100010 110110 101001 101001101 1100000 11110

Color Harmonies of #960345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960345

Black with #960345

Text Example


Text Example

White with #960345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960345; }

 p { color: rgb(150,3,69); }

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

background-color css

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

 a { background-color: rgb(150,3,69); }

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

border-color css

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

 span { border-color: rgb(150,3,69); }

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