Html Css Color HEX #951660 Jazzberry Jam

📋 copy color: '#951660'

red 149 ◦ green 22 ◦ blue 96

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

Shades of Jazzberry Jam #951660

Tints of Jazzberry Jam #951660

RGB

 RED value IS 149 (58.59% from 255) = 55.81%

 GREEN value IS 22 (8.98% from 255) = 8.24%

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 55.81%
G = 8.24%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#951660 (or 0x951660) is known color: Jazzberry Jam. HEX triplet: 95, 16 and 60. RGB value is (149,22,96). Sum of RGB (Red+Green+Blue) = 149+22+96=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #951660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951660 is #6AE99F. Grayscale: #444444. Windows color (decimal): -7006624 or 6297237. OLE color: 6297237.

HSL color Cylindrical-coordinate representation of color #951660: hue angle of 325.04º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951660 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 96 -
CMYK 0 0.85 0.36 0.42
HSL 325.04º 0.74% 0.34% -
HSV(B) 325.04º 0.85% 0.58% -
XYZ 14.79 7.81 11.79 -
YUV 68.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 149 22 96 0 0.85 0.36 0.42 325.04 0.74 0.34
Hex 95 16 60 0 55 24 2A 145 4A 22
Octal 225 26 140 0 125 44 52 505 112 42
Binary 10010101 10110 1100000 0 1010101 100100 101010 101000101 1001010 100010

Color Harmonies of #951660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951660

Black with #951660

Text Example


Text Example

White with #951660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951660; }

 p { color: rgb(149,22,96); }

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

background-color css

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

 a { background-color: rgb(149,22,96); }

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

border-color css

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

 span { border-color: rgb(149,22,96); }

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