#910041

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

Shades of Jazzberry Jam #910041

Tints of Jazzberry Jam #910041

Color information

#910041 (or 0x910041) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 00 and 41. RGB value is (145,0,65). Sum of RGB (Red+Green+Blue) = 145+0+65=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #910041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910041 is #6EFFBE. Grayscale: #323232. Windows color (decimal): -7274431 or 4259985. OLE color: 4259985.

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

Color convert

RGB145065-
CMYK010.550.43
HSL333.1º100%28.43%-
HSV(B)333.1º100%56.86%-
XYZ12.636.45.57-
YUV50.76136.04195.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 69.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 30.95%
R=69.05%
G=0%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145065010.550.43333.110028.43
Hex91041064372B14d641c
Octal22101010144675351514434
Binary100100010100000101100100110111101011101001101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910041; }

 p { color: rgb(145,0,65); }

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

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

 a { background-color: rgb(145,0,65); }

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

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

 span { border-color: rgb(145,0,65); }

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