#900508

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

Shades of Sangria #900508

Tints of Sangria #900508

Color information

#900508 (or 0x900508) is unknown color: approx Sangria. HEX triplet: 90, 05 and 08. RGB value is (144,5,8). Sum of RGB (Red+Green+Blue) = 144+5+8=157 (20% of max value = 765). Red value is 144 (56.64% from 255 or 91.72% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 144 - color contains mainly: red. Hex color #900508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900508 is #6FFAF7. Grayscale: #2F2F2F. Windows color (decimal): -7338744 or 525712. OLE color: 525712.

HSL color Cylindrical-coordinate representation of color #900508: hue angle of 358.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900508 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB14458-
CMYK00.970.940.44
HSL358.71º93.29%29.22%-
HSV(B)358.71º96.53%56.47%-
XYZ11.66.060.79-
YUV46.9106.05197.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 91.72%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=91.72%
G=3.18%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445800.970.940.44358.7193.2929.22
Hex90580615E2C1675d1d
Octal22051001411365454713535
Binary100100001011000011000011011110101100101100111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900508; }

 p { color: rgb(144,5,8); }

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

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

 a { background-color: rgb(144,5,8); }

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

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

 span { border-color: rgb(144,5,8); }

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