Html Css Color HEX #901113 Sangria

📋 copy color: '#901113'

red 144 ◦ green 17 ◦ blue 19

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

Shades of Sangria #901113

Tints of Sangria #901113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 80%
G = 9.44%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#901113 (or 0x901113) is known color: Sangria. HEX triplet: 90, 11 and 13. RGB value is (144,17,19). Sum of RGB (Red+Green+Blue) = 144+17+19=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #901113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901113 is #6FEEEC. Grayscale: #373737. Windows color (decimal): -7335661 or 1249680. OLE color: 1249680.

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

Color convert

RGB 144 17 19 -
CMYK 0 0.88 0.87 0.44
HSL 359.06º 0.79% 0.32% -
HSV(B) 359.06º 0.88% 0.56% -
XYZ 11.82 6.38 1.22 -
YUV 55.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 144 17 19 0 0.88 0.87 0.44 359.06 0.79 0.32
Hex 90 11 13 0 58 57 2C 167 4F 20
Octal 220 21 23 0 130 127 54 547 117 40
Binary 10010000 10001 10011 0 1011000 1010111 101100 101100111 1001111 100000

Color Harmonies of #901113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901113

Black with #901113

Text Example


Text Example

White with #901113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901113; }

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

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

background-color css

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

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

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

border-color css

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

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

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