#904B59

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

Shades of Cadillac #904B59

Tints of Cadillac #904B59

Color information

#904B59 (or 0x904B59) is unknown color: approx Cadillac. HEX triplet: 90, 4B and 59. RGB value is (144,75,89). Sum of RGB (Red+Green+Blue) = 144+75+89=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #904B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B59 is #6FB4A6. Grayscale: #616161. Windows color (decimal): -7320743 or 5852048. OLE color: 5852048.

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

Color convert

RGB1447589-
CMYK00.480.380.44
HSL347.83º31.51%42.94%-
HSV(B)347.83º47.92%56.47%-
XYZ15.8211.6810.87-
YUV97.23123.36161.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 89 (35.16% from 255) = 28.90%
R=46.75%
G=24.35%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144758900.480.380.44347.8331.5142.94
Hex904B59030262C15c202b
Octal22011313106046545344053
Binary10010000100101110110010110000100110101100101011100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904B59; }

 p { color: rgb(144,75,89); }

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

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

 a { background-color: rgb(144,75,89); }

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

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

 span { border-color: rgb(144,75,89); }

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