Html Css Color HEX #901131 Shiraz

📋 copy color: '#901131'

red 144 ◦ green 17 ◦ blue 49

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

Shades of Shiraz #901131

Tints of Shiraz #901131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 68.57%
G = 8.1%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#901131 (or 0x901131) is known color: Shiraz. HEX triplet: 90, 11 and 31. RGB value is (144,17,49). Sum of RGB (Red+Green+Blue) = 144+17+49=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #901131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901131 is #6FEECE. Grayscale: #3A3A3A. Windows color (decimal): -7335631 or 3215760. OLE color: 3215760.

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

Color convert

RGB 144 17 49 -
CMYK 0 0.88 0.66 0.44
HSL 344.88º 0.79% 0.32% -
HSV(B) 344.88º 0.88% 0.56% -
XYZ 12.26 6.55 3.52 -
YUV 58.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 144 17 49 0 0.88 0.66 0.44 344.88 0.79 0.32
Hex 90 11 31 0 58 42 2C 159 4F 20
Octal 220 21 61 0 130 102 54 531 117 40
Binary 10010000 10001 110001 0 1011000 1000010 101100 101011001 1001111 100000

Color Harmonies of #901131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901131

Black with #901131

Text Example


Text Example

White with #901131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901131; }

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

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

background-color css

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

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

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

border-color css

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

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

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