Html Css Color HEX #901214 Sangria

📋 copy color: '#901214'

red 144 ◦ green 18 ◦ blue 20

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

Shades of Sangria #901214

Tints of Sangria #901214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 79.12%
G = 9.89%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#901214 (or 0x901214) is known color: Sangria. HEX triplet: 90, 12 and 14. RGB value is (144,18,20). Sum of RGB (Red+Green+Blue) = 144+18+20=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #901214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901214 is #6FEDEB. Grayscale: #383838. Windows color (decimal): -7335404 or 1315472. OLE color: 1315472.

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

Color convert

RGB 144 18 20 -
CMYK 0 0.88 0.86 0.44
HSL 359.05º 0.78% 0.32% -
HSV(B) 359.05º 0.88% 0.56% -
XYZ 11.84 6.41 1.28 -
YUV 55.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 144 18 20 0 0.88 0.86 0.44 359.05 0.78 0.32
Hex 90 12 14 0 58 56 2C 167 4E 20
Octal 220 22 24 0 130 126 54 547 116 40
Binary 10010000 10010 10100 0 1011000 1010110 101100 101100111 1001110 100000

Color Harmonies of #901214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901214

Black with #901214

Text Example


Text Example

White with #901214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901214; }

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

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

background-color css

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

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

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

border-color css

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

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

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