Html Css Color HEX #960E5D Jazzberry Jam

📋 copy color: '#960E5D'

red 150 ◦ green 14 ◦ blue 93

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

Shades of Jazzberry Jam #960E5D

Tints of Jazzberry Jam #960E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.45%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 58.37%
G = 5.45%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#960E5D (or 0x960E5D) is known color: Jazzberry Jam. HEX triplet: 96, 0E and 5D. RGB value is (150,14,93). Sum of RGB (Red+Green+Blue) = 150+14+93=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #960E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960E5D is #69F1A2. Grayscale: #3F3F3F. Windows color (decimal): -6943139 or 6098582. OLE color: 6098582.

HSL color Cylindrical-coordinate representation of color #960E5D: hue angle of 325.15º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E5D is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 14 93 -
CMYK 0 0.91 0.38 0.41
HSL 325.15º 0.83% 0.32% -
HSV(B) 325.15º 0.91% 0.59% -
XYZ 14.71 7.59 11.05 -
YUV 63.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 150 14 93 0 0.91 0.38 0.41 325.15 0.83 0.32
Hex 96 E 5D 0 5B 26 29 145 53 20
Octal 226 16 135 0 133 46 51 505 123 40
Binary 10010110 1110 1011101 0 1011011 100110 101001 101000101 1010011 100000

Color Harmonies of #960E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960E5D

Black with #960E5D

Text Example


Text Example

White with #960E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960E5D; }

 p { color: rgb(150,14,93); }

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

background-color css

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

 a { background-color: rgb(150,14,93); }

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

border-color css

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

 span { border-color: rgb(150,14,93); }

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