#901E3A

Color #901E3A Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #901E3A

Tints of Shiraz #901E3A

Color information

#901E3A (or 0x901E3A) is unknown color: approx Shiraz. HEX triplet: 90, 1E and 3A. RGB value is (144,30,58). Sum of RGB (Red+Green+Blue) = 144+30+58=232 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.07% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 144 - color contains mainly: red. Hex color #901E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901E3A is #6FE1C5. Grayscale: #434343. Windows color (decimal): -7332294 or 3808912. OLE color: 3808912.

HSL color Cylindrical-coordinate representation of color #901E3A: hue angle of 345.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #901E3A is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB1443058-
CMYK00.790.600.44
HSL345.26º65.52%34.12%-
HSV(B)345.26º79.17%56.47%-
XYZ12.737.164.71-
YUV67.28122.77182.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 62.07%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 58 (23.05% from 255) = 25%
R=62.07%
G=12.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144305800.790.600.44345.2665.5234.12
Hex901E3A04F3C2C1594222
Octal22036720117745453110242
Binary1001000011110111010010011111111001011001010110011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901E3A; }

 p { color: rgb(144,30,58); }

 H1.HeaderClassName
 {
   color: #901E3A;
 }
 .AnyTagClassName
 {
   color: #901E3A;
 }
</style>
background-color css

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

 a { background-color: rgb(144,30,58); }

 div.DivClassName
 {
   background-color: #901E3A;
 }
 .BgClassName
 {
   background-color: #901E3A;
 }
</style>
border-color css

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

 span { border-color: rgb(144,30,58); }

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