Html Css Color HEX #951659 Jazzberry Jam

📋 copy color: '#951659'

red 149 ◦ green 22 ◦ blue 89

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

Shades of Jazzberry Jam #951659

Tints of Jazzberry Jam #951659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 57.31%
G = 8.46%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#951659 (or 0x951659) is known color: Jazzberry Jam. HEX triplet: 95, 16 and 59. RGB value is (149,22,89). Sum of RGB (Red+Green+Blue) = 149+22+89=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #951659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951659 is #6AE9A6. Grayscale: #434343. Windows color (decimal): -7006631 or 5838485. OLE color: 5838485.

HSL color Cylindrical-coordinate representation of color #951659: hue angle of 328.35º 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 #951659 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 89 -
CMYK 0 0.85 0.40 0.42
HSL 328.35º 0.74% 0.34% -
HSV(B) 328.35º 0.85% 0.58% -
XYZ 14.48 7.68 10.17 -
YUV 67.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 149 22 89 0 0.85 0.40 0.42 328.35 0.74 0.34
Hex 95 16 59 0 55 28 2A 148 4A 22
Octal 225 26 131 0 125 50 52 510 112 42
Binary 10010101 10110 1011001 0 1010101 101000 101010 101001000 1001010 100010

Color Harmonies of #951659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951659

Black with #951659

Text Example


Text Example

White with #951659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951659; }

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

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

background-color css

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

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

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

border-color css

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

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

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