Html Css Color HEX #951259 Jazzberry Jam

📋 copy color: '#951259'

red 149 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #951259

Tints of Jazzberry Jam #951259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.03%

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

R = 58.2%
G = 7.03%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#951259 (or 0x951259) is known color: Jazzberry Jam. HEX triplet: 95, 12 and 59. RGB value is (149,18,89). Sum of RGB (Red+Green+Blue) = 149+18+89=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #951259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951259 is #6AEDA6. Grayscale: #414141. Windows color (decimal): -7007655 or 5837461. OLE color: 5837461.

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

Color convert

RGB 149 18 89 -
CMYK 0 0.88 0.40 0.42
HSL 327.48º 0.78% 0.33% -
HSV(B) 327.48º 0.88% 0.58% -
XYZ 14.41 7.54 10.15 -
YUV 65.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 149 18 89 0 0.88 0.40 0.42 327.48 0.78 0.33
Hex 95 12 59 0 58 28 2A 147 4E 21
Octal 225 22 131 0 130 50 52 507 116 41
Binary 10010101 10010 1011001 0 1011000 101000 101010 101000111 1001110 100001

Color Harmonies of #951259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951259

Black with #951259

Text Example


Text Example

White with #951259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951259; }

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

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

background-color css

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

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

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

border-color css

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

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

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