#992268

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

Shades of Jazzberry Jam #992268

Tints of Jazzberry Jam #992268

Color information

#992268 (or 0x992268) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 22 and 68. RGB value is (153,34,104). Sum of RGB (Red+Green+Blue) = 153+34+104=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #992268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992268 is #66DD97. Grayscale: #4D4D4D. Windows color (decimal): -6741400 or 6824601. OLE color: 6824601.

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

Color convert

RGB15334104-
CMYK00.780.320.4
HSL324.71º63.64%36.67%-
HSV(B)324.71º77.78%60%-
XYZ16.218.9213.96-
YUV77.56142.92181.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=52.58%
G=11.68%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533410400.780.320.4324.7163.6436.67
Hex99226804E20281454025
Octal231421500116405050510045
Binary100110011000101101000010011101000001010001010001011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992268; }

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

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

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

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

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

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

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

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