Html Css Color HEX #900913 Sangria

📋 copy color: '#900913'

red 144 ◦ green 9 ◦ blue 19

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

Shades of Sangria #900913

Tints of Sangria #900913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

 BLUE value IS 19 (7.81% from 255) = 11.05%

R = 83.72%
G = 5.23%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#900913 (or 0x900913) is known color: Sangria. HEX triplet: 90, 09 and 13. RGB value is (144,9,19). Sum of RGB (Red+Green+Blue) = 144+9+19=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #900913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900913 is #6FF6EC. Grayscale: #323232. Windows color (decimal): -7337709 or 1247632. OLE color: 1247632.

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

Color convert

RGB 144 9 19 -
CMYK 0 0.94 0.87 0.44
HSL 355.56º 0.88% 0.3% -
HSV(B) 355.56º 0.94% 0.56% -
XYZ 11.72 6.17 1.19 -
YUV 50.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 144 9 19 0 0.94 0.87 0.44 355.56 0.88 0.3
Hex 90 9 13 0 5E 57 2C 164 58 1E
Octal 220 11 23 0 136 127 54 544 130 36
Binary 10010000 1001 10011 0 1011110 1010111 101100 101100100 1011000 11110

Color Harmonies of #900913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900913

Black with #900913

Text Example


Text Example

White with #900913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900913; }

 p { color: rgb(144,9,19); }

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

background-color css

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

 a { background-color: rgb(144,9,19); }

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

border-color css

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

 span { border-color: rgb(144,9,19); }

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