#997582

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

Shades of Venus #997582

Tints of Venus #997582

Color information

#997582 (or 0x997582) is unknown color: approx Venus. HEX triplet: 99, 75 and 82. RGB value is (153,117,130). Sum of RGB (Red+Green+Blue) = 153+117+130=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997582 is #668A7D. Grayscale: #818181. Windows color (decimal): -6720126 or 8549785. OLE color: 8549785.

HSL color Cylindrical-coordinate representation of color #997582: hue angle of 338.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997582 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153117130-
CMYK00.240.150.4
HSL338.33º15%52.94%-
HSV(B)338.33º23.53%60%-
XYZ23.5321.1123.95-
YUV129.25128.43144.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=38.25%
G=29.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311713000.240.150.4338.331552.94
Hex997582018F28152f35
Octal23116520203017505221765
Binary1001100111101011000001001100011111010001010100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997582; }

 p { color: rgb(153,117,130); }

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

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

 a { background-color: rgb(153,117,130); }

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

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

 span { border-color: rgb(153,117,130); }

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