Html Css Color HEX #901215 Sangria

📋 copy color: '#901215'

red 144 ◦ green 18 ◦ blue 21

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

Shades of Sangria #901215

Tints of Sangria #901215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 78.69%
G = 9.84%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901215 (or 0x901215) is known color: Sangria. HEX triplet: 90, 12 and 15. RGB value is (144,18,21). Sum of RGB (Red+Green+Blue) = 144+18+21=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #901215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901215 is #6FEDEA. Grayscale: #383838. Windows color (decimal): -7335403 or 1381008. OLE color: 1381008.

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

Color convert

RGB 144 18 21 -
CMYK 0 0.88 0.85 0.44
HSL 358.57º 0.78% 0.32% -
HSV(B) 358.57º 0.88% 0.56% -
XYZ 11.85 6.42 1.32 -
YUV 56.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 144 18 21 0 0.88 0.85 0.44 358.57 0.78 0.32
Hex 90 12 15 0 58 55 2C 167 4E 20
Octal 220 22 25 0 130 125 54 547 116 40
Binary 10010000 10010 10101 0 1011000 1010101 101100 101100111 1001110 100000

Color Harmonies of #901215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901215

Black with #901215

Text Example


Text Example

White with #901215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901215; }

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

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

background-color css

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

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

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

border-color css

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

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

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