#951254

Color #951254 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #951254

Tints of Jazzberry Jam #951254

Color information

#951254 (or 0x951254) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 12 and 54. RGB value is (149,18,84). Sum of RGB (Red+Green+Blue) = 149+18+84=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #951254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951254 is #6AEDAB. Grayscale: #404040. Windows color (decimal): -7007660 or 5509781. OLE color: 5509781.

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

Color convert

RGB1491884-
CMYK00.880.440.42
HSL329.77º78.44%32.75%-
HSV(B)329.77º87.92%58.43%-
XYZ14.217.469.08-
YUV64.69138.9188.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.36%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=59.36%
G=7.17%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149188400.880.440.42329.7778.4432.75
Hex9512540582C2A14a4e21
Octal225221240130545251211641
Binary10010101100101010100010110001011001010101010010101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951254; }

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

 H1.HeaderClassName
 {
   color: #951254;
 }
 .AnyTagClassName
 {
   color: #951254;
 }
</style>
background-color css

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

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

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

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

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

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