#97817D

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

Shades of Opium #97817D

Tints of Opium #97817D

Color information

#97817D (or 0x97817D) is unknown color: approx Opium. HEX triplet: 97, 81 and 7D. RGB value is (151,129,125). Sum of RGB (Red+Green+Blue) = 151+129+125=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #97817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97817D is #687E82. Grayscale: #878787. Windows color (decimal): -6848131 or 8225175. OLE color: 8225175.

HSL color Cylindrical-coordinate representation of color #97817D: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #97817D is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB151129125-
CMYK00.150.170.41
HSL9.23º11.11%54.12%-
HSV(B)9.23º17.22%59.22%-
XYZ24.3123.7622.71-
YUV135.12122.29139.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.28%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=37.28%
G=31.85%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112912500.150.170.419.2311.1154.12
Hex97817D0F11299b36
Octal2272011750172151111366
Binary10010111100000011111101011111000110100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97817D; }

 p { color: rgb(151,129,125); }

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

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

 a { background-color: rgb(151,129,125); }

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

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

 span { border-color: rgb(151,129,125); }

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