#901438

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

Shades of Shiraz #901438

Tints of Shiraz #901438

Color information

#901438 (or 0x901438) is unknown color: approx Shiraz. HEX triplet: 90, 14 and 38. RGB value is (144,20,56). Sum of RGB (Red+Green+Blue) = 144+20+56=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #901438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901438 is #6FEBC7. Grayscale: #3D3D3D. Windows color (decimal): -7334856 or 3675280. OLE color: 3675280.

HSL color Cylindrical-coordinate representation of color #901438: hue angle of 342.58º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901438 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1442056-
CMYK00.860.610.44
HSL342.58º75.61%32.16%-
HSV(B)342.58º86.11%56.47%-
XYZ12.476.724.38-
YUV61.18125.08187.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.45%
GREEN value IS 20 (8.20% from 255) = 9.09%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=65.45%
G=9.09%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144205600.860.610.44342.5875.6132.16
Hex9014380563D2C1574c20
Octal22024700126755452711440
Binary1001000010100111000010101101111011011001010101111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901438; }

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

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

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

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

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

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

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

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