Html Css Color HEX #96135D Jazzberry Jam

📋 copy color: '#96135D'

red 150 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #96135D

Tints of Jazzberry Jam #96135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

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

R = 57.25%
G = 7.25%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96135D (or 0x96135D) is known color: Jazzberry Jam. HEX triplet: 96, 13 and 5D. RGB value is (150,19,93). Sum of RGB (Red+Green+Blue) = 150+19+93=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96135D is #69ECA2. Grayscale: #424242. Windows color (decimal): -6941859 or 6099862. OLE color: 6099862.

HSL color Cylindrical-coordinate representation of color #96135D: hue angle of 326.11º degrees, saturation: 0.78, 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 #96135D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 93 -
CMYK 0 0.87 0.38 0.41
HSL 326.11º 0.78% 0.33% -
HSV(B) 326.11º 0.87% 0.59% -
XYZ 14.79 7.74 11.07 -
YUV 66.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 150 19 93 0 0.87 0.38 0.41 326.11 0.78 0.33
Hex 96 13 5D 0 57 26 29 146 4E 21
Octal 226 23 135 0 127 46 51 506 116 41
Binary 10010110 10011 1011101 0 1010111 100110 101001 101000110 1001110 100001

Color Harmonies of #96135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96135D

Black with #96135D

Text Example


Text Example

White with #96135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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