#910240

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

Shades of Jazzberry Jam #910240

Tints of Jazzberry Jam #910240

Color information

#910240 (or 0x910240) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 02 and 40. RGB value is (145,2,64). Sum of RGB (Red+Green+Blue) = 145+2+64=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #910240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910240 is #6EFDBF. Grayscale: #333333. Windows color (decimal): -7273920 or 4194961. OLE color: 4194961.

HSL color Cylindrical-coordinate representation of color #910240: hue angle of 333.99º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910240 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB145264-
CMYK00.990.560.43
HSL333.99º97.28%28.82%-
HSV(B)333.99º98.62%56.86%-
XYZ12.626.435.43-
YUV51.82134.88194.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 68.72%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=68.72%
G=0.95%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14526400.990.560.43333.9997.2828.82
Hex91240063382B14e611d
Octal22121000143705351614135
Binary1001000110100000001100011111000101011101001110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910240; }

 p { color: rgb(145,2,64); }

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

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

 a { background-color: rgb(145,2,64); }

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

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

 span { border-color: rgb(145,2,64); }

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