#90817D

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

Shades of Suva Grey #90817D

Tints of Suva Grey #90817D

Color information

#90817D (or 0x90817D) is unknown color: approx Suva Grey. HEX triplet: 90, 81 and 7D. RGB value is (144,129,125). Sum of RGB (Red+Green+Blue) = 144+129+125=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #90817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90817D is #6F7E82. Grayscale: #858585. Windows color (decimal): -7306883 or 8225168. OLE color: 8225168.

HSL color Cylindrical-coordinate representation of color #90817D: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90817D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB144129125-
CMYK00.100.130.44
HSL12.63º7.88%52.75%-
HSV(B)12.63º13.19%56.47%-
XYZ23.0523.1122.65-
YUV133.03123.47135.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.18%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=36.18%
G=32.41%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412912500.100.130.4412.637.8852.75
Hex90817D0AD2Cd835
Octal2202011750121554151065
Binary1001000010000001111110101010110110110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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