#904461

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

Shades of Cadillac #904461

Tints of Cadillac #904461

Color information

#904461 (or 0x904461) is unknown color: approx Cadillac. HEX triplet: 90, 44 and 61. RGB value is (144,68,97). Sum of RGB (Red+Green+Blue) = 144+68+97=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #904461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904461 is #6FBB9E. Grayscale: #5D5D5D. Windows color (decimal): -7322527 or 6374544. OLE color: 6374544.

HSL color Cylindrical-coordinate representation of color #904461: hue angle of 337.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904461 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1446897-
CMYK00.530.330.44
HSL337.11º35.85%41.57%-
HSV(B)337.11º52.78%56.47%-
XYZ15.7310.9312.59-
YUV94.03129.68163.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=46.60%
G=22.01%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144689700.530.330.44337.1135.8541.57
Hex904461035212C151242a
Octal22010414106541545214452
Binary10010000100010011000010110101100001101100101010001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904461; }

 p { color: rgb(144,68,97); }

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

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

 a { background-color: rgb(144,68,97); }

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

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

 span { border-color: rgb(144,68,97); }

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