Html Css Color HEX #900508 Sangria

📋 copy color: '#900508'

red 144 ◦ green 5 ◦ blue 8

#900508
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #900508

Tints of Sangria #900508

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.1%

R = 91.72%
G = 3.18%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#900508 (or 0x900508) is known color: 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

RGB 144 5 8 -
CMYK 0 0.97 0.94 0.44
HSL 358.71º 0.93% 0.29% -
HSV(B) 358.71º 0.97% 0.56% -
XYZ 11.6 6.06 0.79 -
YUV 46.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 144 5 8 0 0.97 0.94 0.44 358.71 0.93 0.29
Hex 90 5 8 0 61 5E 2C 167 5D 1D
Octal 220 5 10 0 141 136 54 547 135 35
Binary 10010000 101 1000 0 1100001 1011110 101100 101100111 1011101 11101

Color Harmonies of #900508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900508

Black with #900508

Text Example


Text Example

White with #900508

Text Example


Text Example

HTML Codes & Css Web 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>