Html Css Color HEX #901013 Sangria

📋 copy color: '#901013'

red 144 ◦ green 16 ◦ blue 19

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

Shades of Sangria #901013

Tints of Sangria #901013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

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

R = 80.45%
G = 8.94%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#901013 (or 0x901013) is known color: Sangria. HEX triplet: 90, 10 and 13. RGB value is (144,16,19). Sum of RGB (Red+Green+Blue) = 144+16+19=179 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.45% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 144 - color contains mainly: red. Hex color #901013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901013 is #6FEFEC. Grayscale: #363636. Windows color (decimal): -7335917 or 1249424. OLE color: 1249424.

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

Color convert

RGB 144 16 19 -
CMYK 0 0.89 0.87 0.44
HSL 358.59º 0.8% 0.31% -
HSV(B) 358.59º 0.89% 0.56% -
XYZ 11.8 6.35 1.22 -
YUV 54.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 144 16 19 0 0.89 0.87 0.44 358.59 0.8 0.31
Hex 90 10 13 0 59 57 2C 167 50 1F
Octal 220 20 23 0 131 127 54 547 120 37
Binary 10010000 10000 10011 0 1011001 1010111 101100 101100111 1010000 11111

Color Harmonies of #901013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901013

Black with #901013

Text Example


Text Example

White with #901013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901013; }

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

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

background-color css

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

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

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

border-color css

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

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

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