#904361

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

Shades of Cadillac #904361

Tints of Cadillac #904361

Color information

#904361 (or 0x904361) is unknown color: approx Cadillac. HEX triplet: 90, 43 and 61. RGB value is (144,67,97). Sum of RGB (Red+Green+Blue) = 144+67+97=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #904361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904361 is #6FBC9E. Grayscale: #5D5D5D. Windows color (decimal): -7322783 or 6374288. OLE color: 6374288.

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

Color convert

RGB1446797-
CMYK00.530.330.44
HSL336.62º36.49%41.37%-
HSV(B)336.62º53.47%56.47%-
XYZ15.6710.8112.57-
YUV93.44130.01164.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=46.75%
G=21.75%
B=31.49%

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
Decimal144679700.530.330.44336.6236.4941.37
Hex904361035212C1512429
Octal22010314106541545214451
Binary10010000100001111000010110101100001101100101010001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904361; }

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

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

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

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

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

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

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

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