#901C35

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

Shades of Shiraz #901C35

Tints of Shiraz #901C35

Color information

#901C35 (or 0x901C35) is unknown color: approx Shiraz. HEX triplet: 90, 1C and 35. RGB value is (144,28,53). Sum of RGB (Red+Green+Blue) = 144+28+53=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #901C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C35 is #6FE3CA. Grayscale: #414141. Windows color (decimal): -7332811 or 3480720. OLE color: 3480720.

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

Color convert

RGB1442853-
CMYK00.810.630.44
HSL347.07º67.44%33.73%-
HSV(B)347.07º80.56%56.47%-
XYZ12.567.024.06-
YUV65.53120.93183.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=64%
G=12.44%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144285300.810.630.44347.0767.4433.73
Hex901C350513F2C15b4322
Octal22034650121775453310342
Binary1001000011100110101010100011111111011001010110111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,28,53); }

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

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

 a { background-color: rgb(144,28,53); }

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

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

 span { border-color: rgb(144,28,53); }

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