#990645

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

Shades of Jazzberry Jam #990645

Tints of Jazzberry Jam #990645

Color information

#990645 (or 0x990645) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 06 and 45. RGB value is (153,6,69). Sum of RGB (Red+Green+Blue) = 153+6+69=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #990645 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990645 is #66F9BA. Grayscale: #393939. Windows color (decimal): -6748603 or 4523673. OLE color: 4523673.

HSL color Cylindrical-coordinate representation of color #990645: hue angle of 334.29º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990645 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB153669-
CMYK00.960.550.4
HSL334.29º92.45%31.18%-
HSV(B)334.29º96.08%60%-
XYZ14.287.336.29-
YUV57.14134.7196.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.11%
GREEN value IS 6 (2.73% from 255) = 2.63%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=67.11%
G=2.63%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15366900.960.550.4334.2992.4531.18
Hex99645060372814e5c1f
Octal23161050140675051613437
Binary10011001110100010101100000110111101000101001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990645; }

 p { color: rgb(153,6,69); }

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

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

 a { background-color: rgb(153,6,69); }

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

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

 span { border-color: rgb(153,6,69); }

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