#992369

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

Shades of Jazzberry Jam #992369

Tints of Jazzberry Jam #992369

Color information

#992369 (or 0x992369) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 23 and 69. RGB value is (153,35,105). Sum of RGB (Red+Green+Blue) = 153+35+105=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #992369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992369 is #66DC96. Grayscale: #4E4E4E. Windows color (decimal): -6741143 or 6890393. OLE color: 6890393.

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

Color convert

RGB15335105-
CMYK00.770.310.4
HSL324.41º62.77%36.86%-
HSV(B)324.41º77.12%60%-
XYZ16.298.9914.24-
YUV78.26143.09181.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 35 (14.06% from 255) = 11.95%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=52.22%
G=11.95%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533510500.770.310.4324.4162.7736.86
Hex99236904D1F281443f25
Octal23143151011537505047745
Binary1001100110001111010010100110111111101000101000100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992369; }

 p { color: rgb(153,35,105); }

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

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

 a { background-color: rgb(153,35,105); }

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

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

 span { border-color: rgb(153,35,105); }

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