Html Css Color HEX #901114 Sangria

📋 copy color: '#901114'

red 144 ◦ green 17 ◦ blue 20

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

Shades of Sangria #901114

Tints of Sangria #901114

RGB

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

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

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

R = 79.56%
G = 9.39%
B = 11.05%

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

#901114 (or 0x901114) is known color: Sangria. HEX triplet: 90, 11 and 14. RGB value is (144,17,20). Sum of RGB (Red+Green+Blue) = 144+17+20=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #901114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901114 is #6FEEEB. Grayscale: #373737. Windows color (decimal): -7335660 or 1315216. OLE color: 1315216.

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

Color convert

RGB 144 17 20 -
CMYK 0 0.88 0.86 0.44
HSL 358.58º 0.79% 0.32% -
HSV(B) 358.58º 0.88% 0.56% -
XYZ 11.83 6.38 1.27 -
YUV 55.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 144 17 20 0 0.88 0.86 0.44 358.58 0.79 0.32
Hex 90 11 14 0 58 56 2C 167 4F 20
Octal 220 21 24 0 130 126 54 547 117 40
Binary 10010000 10001 10100 0 1011000 1010110 101100 101100111 1001111 100000

Color Harmonies of #901114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901114

Black with #901114

Text Example


Text Example

White with #901114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901114; }

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

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

background-color css

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

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

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

border-color css

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

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

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