#992269

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

Shades of Jazzberry Jam #992269

Tints of Jazzberry Jam #992269

Color information

#992269 (or 0x992269) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 22 and 69. RGB value is (153,34,105). Sum of RGB (Red+Green+Blue) = 153+34+105=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #992269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992269 is #66DD96. Grayscale: #4D4D4D. Windows color (decimal): -6741399 or 6890137. OLE color: 6890137.

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

Color convert

RGB15334105-
CMYK00.780.310.4
HSL324.2º63.64%36.67%-
HSV(B)324.2º77.78%60%-
XYZ16.268.9414.23-
YUV77.68143.42181.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 34 (13.67% from 255) = 11.64%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=52.40%
G=11.64%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533410500.780.310.4324.263.6436.67
Hex99226904E1F281444025
Octal231421510116375050410045
Binary10011001100010110100101001110111111010001010001001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992269; }

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

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

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

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

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

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

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

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