#914163

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

Shades of Cadillac #914163

Tints of Cadillac #914163

Color information

#914163 (or 0x914163) is unknown color: approx Cadillac. HEX triplet: 91, 41 and 63. RGB value is (145,65,99). Sum of RGB (Red+Green+Blue) = 145+65+99=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #914163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914163 is #6EBE9C. Grayscale: #5C5C5C. Windows color (decimal): -7257757 or 6504849. OLE color: 6504849.

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

Color convert

RGB1456599-
CMYK00.550.320.43
HSL334.5º38.1%41.18%-
HSV(B)334.5º55.17%56.86%-
XYZ15.8210.713.04-
YUV92.8131.5165.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=46.93%
G=21.04%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145659900.550.320.43334.538.141.18
Hex914163037202B14e2629
Octal22110114306740535164651
Binary10010001100000111000110110111100000101011101001110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914163; }

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

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

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

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

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

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

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

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