#990041

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

Shades of Jazzberry Jam #990041

Tints of Jazzberry Jam #990041

Color information

#990041 (or 0x990041) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 00 and 41. RGB value is (153,0,65). Sum of RGB (Red+Green+Blue) = 153+0+65=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #990041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990041 is #66FFBE. Grayscale: #353535. Windows color (decimal): -6750143 or 4259993. OLE color: 4259993.

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

Color convert

RGB153065-
CMYK010.580.4
HSL334.51º100%30%-
HSV(B)334.51º100%60%-
XYZ14.097.155.64-
YUV53.16134.69199.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=70.18%
G=0%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153065010.580.4334.5110030
Hex990410643A2814f641e
Octal23101010144725051714436
Binary100110010100000101100100111010101000101001111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990041; }

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

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

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

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

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

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

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

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