#8B4164

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

Shades of Cadillac #8B4164

Tints of Cadillac #8B4164

Color information

#8B4164 (or 0x8B4164) is unknown color: approx Cadillac. HEX triplet: 8B, 41 and 64. RGB value is (139,65,100). Sum of RGB (Red+Green+Blue) = 139+65+100=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4164 is #74BE9B. Grayscale: #5B5B5B. Windows color (decimal): -7650972 or 6570379. OLE color: 6570379.

HSL color Cylindrical-coordinate representation of color #8B4164: hue angle of 331.62º 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 #8B4164 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB13965100-
CMYK00.530.280.45
HSL331.62º36.27%40%-
HSV(B)331.62º53.24%54.51%-
XYZ14.8410.1913.24-
YUV91.12133.02162.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.72%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=45.72%
G=21.38%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396510000.530.280.45331.6236.2740
Hex8B41640351C2D14c2428
Octal21310114406534555144450
Binary1000101110000011100100011010111100101101101001100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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