#8B4163

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

Shades of Cadillac #8B4163

Tints of Cadillac #8B4163

Color information

#8B4163 (or 0x8B4163) is unknown color: approx Cadillac. HEX triplet: 8B, 41 and 63. RGB value is (139,65,99). Sum of RGB (Red+Green+Blue) = 139+65+99=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4163 is #74BE9C. Grayscale: #5A5A5A. Windows color (decimal): -7650973 or 6504843. OLE color: 6504843.

HSL color Cylindrical-coordinate representation of color #8B4163: hue angle of 332.43º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4163 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1396599-
CMYK00.530.290.45
HSL332.43º36.27%40%-
HSV(B)332.43º53.24%54.51%-
XYZ14.7910.1712.99-
YUV91132.52162.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=45.87%
G=21.45%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139659900.530.290.45332.4336.2740
Hex8B41630351D2D14c2428
Octal21310114306535555144450
Binary1000101110000011100011011010111101101101101001100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4163; }

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

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

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

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

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

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

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

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