Html Css Color HEX #901213 Sangria

📋 copy color: '#901213'

red 144 ◦ green 18 ◦ blue 19

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

Shades of Sangria #901213

Tints of Sangria #901213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 79.56%
G = 9.94%
B = 10.5%

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

#901213 (or 0x901213) is known color: Sangria. HEX triplet: 90, 12 and 13. RGB value is (144,18,19). Sum of RGB (Red+Green+Blue) = 144+18+19=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #901213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901213 is #6FEDEC. Grayscale: #373737. Windows color (decimal): -7335405 or 1249936. OLE color: 1249936.

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

Color convert

RGB 144 18 19 -
CMYK 0 0.88 0.87 0.44
HSL 359.52º 0.78% 0.32% -
HSV(B) 359.52º 0.88% 0.56% -
XYZ 11.84 6.41 1.23 -
YUV 55.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 144 18 19 0 0.88 0.87 0.44 359.52 0.78 0.32
Hex 90 12 13 0 58 57 2C 168 4E 20
Octal 220 22 23 0 130 127 54 550 116 40
Binary 10010000 10010 10011 0 1011000 1010111 101100 101101000 1001110 100000

Color Harmonies of #901213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901213

Black with #901213

Text Example


Text Example

White with #901213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901213; }

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

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

background-color css

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

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

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

border-color css

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

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

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