#951255

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

Shades of Jazzberry Jam #951255

Tints of Jazzberry Jam #951255

Color information

#951255 (or 0x951255) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 12 and 55. RGB value is (149,18,85). Sum of RGB (Red+Green+Blue) = 149+18+85=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #951255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951255 is #6AEDAA. Grayscale: #404040. Windows color (decimal): -7007659 or 5575317. OLE color: 5575317.

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

Color convert

RGB1491885-
CMYK00.880.430.42
HSL329.31º78.44%32.75%-
HSV(B)329.31º87.92%58.43%-
XYZ14.257.489.29-
YUV64.81139.4188.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.13%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=59.13%
G=7.14%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149188500.880.430.42329.3178.4432.75
Hex9512550582B2A1494e21
Octal225221250130535251111641
Binary10010101100101010101010110001010111010101010010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951255; }

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

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

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

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

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

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

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

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