#990043

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

Shades of Jazzberry Jam #990043

Tints of Jazzberry Jam #990043

Color information

#990043 (or 0x990043) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 00 and 43. RGB value is (153,0,67). Sum of RGB (Red+Green+Blue) = 153+0+67=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #990043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990043 is #66FFBC. Grayscale: #353535. Windows color (decimal): -6750141 or 4391065. OLE color: 4391065.

HSL color Cylindrical-coordinate representation of color #990043: hue angle of 333.73º 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 #990043 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB153067-
CMYK010.560.4
HSL333.73º100%30%-
HSV(B)333.73º100%60%-
XYZ14.157.185.95-
YUV53.38135.69199.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 30.45%
R=69.55%
G=0%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153067010.560.4333.7310030
Hex99043064382814e641e
Octal23101030144705051614436
Binary100110010100001101100100111000101000101001110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990043; }

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

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

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

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

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

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

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

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