Html Css Color HEX #901231 Shiraz

📋 copy color: '#901231'

red 144 ◦ green 18 ◦ blue 49

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

Shades of Shiraz #901231

Tints of Shiraz #901231

RGB

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

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

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

R = 68.25%
G = 8.53%
B = 23.22%

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

#901231 (or 0x901231) is known color: Shiraz. HEX triplet: 90, 12 and 31. RGB value is (144,18,49). Sum of RGB (Red+Green+Blue) = 144+18+49=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #901231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901231 is #6FEDCE. Grayscale: #3B3B3B. Windows color (decimal): -7335375 or 3216016. OLE color: 3216016.

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

Color convert

RGB 144 18 49 -
CMYK 0 0.88 0.66 0.44
HSL 345.24º 0.78% 0.32% -
HSV(B) 345.24º 0.88% 0.56% -
XYZ 12.27 6.58 3.53 -
YUV 59.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 144 18 49 0 0.88 0.66 0.44 345.24 0.78 0.32
Hex 90 12 31 0 58 42 2C 159 4E 20
Octal 220 22 61 0 130 102 54 531 116 40
Binary 10010000 10010 110001 0 1011000 1000010 101100 101011001 1001110 100000

Color Harmonies of #901231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901231

Black with #901231

Text Example


Text Example

White with #901231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901231; }

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

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

background-color css

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

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

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

border-color css

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

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

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