Html Css Color HEX #951559 Jazzberry Jam

📋 copy color: '#951559'

red 149 ◦ green 21 ◦ blue 89

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

Shades of Jazzberry Jam #951559

Tints of Jazzberry Jam #951559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

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

R = 57.53%
G = 8.11%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#951559 (or 0x951559) is known color: Jazzberry Jam. HEX triplet: 95, 15 and 59. RGB value is (149,21,89). Sum of RGB (Red+Green+Blue) = 149+21+89=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #951559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951559 is #6AEAA6. Grayscale: #424242. Windows color (decimal): -7006887 or 5838229. OLE color: 5838229.

HSL color Cylindrical-coordinate representation of color #951559: hue angle of 328.12º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951559 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 89 -
CMYK 0 0.86 0.40 0.42
HSL 328.13º 0.75% 0.33% -
HSV(B) 328.13º 0.86% 0.58% -
XYZ 14.47 7.65 10.16 -
YUV 67.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 149 21 89 0 0.86 0.40 0.42 328.13 0.75 0.33
Hex 95 15 59 0 56 28 2A 148 4B 21
Octal 225 25 131 0 126 50 52 510 113 41
Binary 10010101 10101 1011001 0 1010110 101000 101010 101001000 1001011 100001

Color Harmonies of #951559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951559

Black with #951559

Text Example


Text Example

White with #951559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951559; }

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

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

background-color css

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

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

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

border-color css

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

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

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