#914463

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

Shades of Cadillac #914463

Tints of Cadillac #914463

Color information

#914463 (or 0x914463) is unknown color: approx Cadillac. HEX triplet: 91, 44 and 63. RGB value is (145,68,99). Sum of RGB (Red+Green+Blue) = 145+68+99=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #914463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914463 is #6EBB9C. Grayscale: #5E5E5E. Windows color (decimal): -7256989 or 6505617. OLE color: 6505617.

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

Color convert

RGB1456899-
CMYK00.530.320.43
HSL335.84º36.15%41.76%-
HSV(B)335.84º53.1%56.86%-
XYZ1611.0513.1-
YUV94.56130.51163.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 99 (39.06% from 255) = 31.73%
R=46.47%
G=21.79%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145689900.530.320.43335.8436.1541.76
Hex914463035202B150242a
Octal22110414306540535204452
Binary10010001100010011000110110101100000101011101010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914463; }

 p { color: rgb(145,68,99); }

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

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

 a { background-color: rgb(145,68,99); }

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

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

 span { border-color: rgb(145,68,99); }

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