Html Css Color HEX #900511 Sangria

📋 copy color: '#900511'

red 144 ◦ green 5 ◦ blue 17

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

Shades of Sangria #900511

Tints of Sangria #900511

RGB

 RED value IS 144 (56.64% from 255) = 86.75%

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 17 (7.03% from 255) = 10.24%

R = 86.75%
G = 3.01%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#900511 (or 0x900511) is known color: Sangria. HEX triplet: 90, 05 and 11. RGB value is (144,5,17). Sum of RGB (Red+Green+Blue) = 144+5+17=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #900511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900511 is #6FFAEE. Grayscale: #303030. Windows color (decimal): -7338735 or 1115536. OLE color: 1115536.

HSL color Cylindrical-coordinate representation of color #900511: hue angle of 354.82º 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 #900511 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 17 -
CMYK 0 0.97 0.88 0.44
HSL 354.82º 0.93% 0.29% -
HSV(B) 354.82º 0.97% 0.56% -
XYZ 11.66 6.08 1.09 -
YUV 47.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 144 5 17 0 0.97 0.88 0.44 354.82 0.93 0.29
Hex 90 5 11 0 61 58 2C 163 5D 1D
Octal 220 5 21 0 141 130 54 543 135 35
Binary 10010000 101 10001 0 1100001 1011000 101100 101100011 1011101 11101

Color Harmonies of #900511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900511

Black with #900511

Text Example


Text Example

White with #900511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900511; }

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

 H1.HeaderClassName
 {
   color: #900511;
 }
 .AnyTagClassName
 {
   color: #900511;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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