#950040

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

Shades of Jazzberry Jam #950040

Tints of Jazzberry Jam #950040

Color information

#950040 (or 0x950040) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 00 and 40. RGB value is (149,0,64). Sum of RGB (Red+Green+Blue) = 149+0+64=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #950040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950040 is #6AFFBF. Grayscale: #333333. Windows color (decimal): -7012288 or 4194453. OLE color: 4194453.

HSL color Cylindrical-coordinate representation of color #950040: hue angle of 334.23º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950040 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB149064-
CMYK010.570.42
HSL334.23º100%29.22%-
HSV(B)334.23º100%58.43%-
XYZ13.326.765.45-
YUV51.85134.86197.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=69.95%
G=0%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149064010.570.42334.2310029.22
Hex95040064392A14e641d
Octal22501000144715251614435
Binary100101010100000001100100111001101010101001110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950040; }

 p { color: rgb(149,0,64); }

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

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

 a { background-color: rgb(149,0,64); }

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

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

 span { border-color: rgb(149,0,64); }

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