#950542

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

Shades of Jazzberry Jam #950542

Tints of Jazzberry Jam #950542

Color information

#950542 (or 0x950542) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 05 and 42. RGB value is (149,5,66). Sum of RGB (Red+Green+Blue) = 149+5+66=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #950542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950542 is #6AFABD. Grayscale: #363636. Windows color (decimal): -7011006 or 4326805. OLE color: 4326805.

HSL color Cylindrical-coordinate representation of color #950542: hue angle of 334.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950542 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB149566-
CMYK00.970.560.42
HSL334.58º93.51%30.2%-
HSV(B)334.58º96.64%58.43%-
XYZ13.436.895.78-
YUV55.01134.21195.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.73%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 66 (26.17% from 255) = 30%
R=67.73%
G=2.27%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14956600.970.560.42334.5893.5130.2
Hex95542061382A14f5e1e
Octal22551020141705251713636
Binary10010101101100001001100001111000101010101001111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950542; }

 p { color: rgb(149,5,66); }

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

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

 a { background-color: rgb(149,5,66); }

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

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

 span { border-color: rgb(149,5,66); }

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