#904961

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

Shades of Cadillac #904961

Tints of Cadillac #904961

Color information

#904961 (or 0x904961) is unknown color: approx Cadillac. HEX triplet: 90, 49 and 61. RGB value is (144,73,97). Sum of RGB (Red+Green+Blue) = 144+73+97=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #904961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904961 is #6FB69E. Grayscale: #606060. Windows color (decimal): -7321247 or 6375824. OLE color: 6375824.

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

Color convert

RGB1447397-
CMYK00.490.330.44
HSL339.72º32.72%42.55%-
HSV(B)339.72º49.31%56.47%-
XYZ16.0411.5612.69-
YUV96.96128.02161.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.86%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=45.86%
G=23.25%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144739700.490.330.44339.7232.7242.55
Hex904961031212C154212b
Octal22011114106141545244153
Binary10010000100100111000010110001100001101100101010100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904961; }

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

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

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

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

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

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

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

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