#8B4658

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

Shades of Cadillac #8B4658

Tints of Cadillac #8B4658

Color information

#8B4658 (or 0x8B4658) is unknown color: approx Cadillac. HEX triplet: 8B, 46 and 58. RGB value is (139,70,88). Sum of RGB (Red+Green+Blue) = 139+70+88=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4658 is #74B9A7. Grayscale: #5C5C5C. Windows color (decimal): -7649704 or 5785227. OLE color: 5785227.

HSL color Cylindrical-coordinate representation of color #8B4658: hue angle of 344.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4658 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1397088-
CMYK00.500.370.45
HSL344.35º33.01%40.98%-
HSV(B)344.35º49.64%54.51%-
XYZ14.610.5710.5-
YUV92.68125.36161.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=46.80%
G=23.57%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139708800.500.370.45344.3533.0140.98
Hex8B4658032252D1582129
Octal21310613006245555304151
Binary10001011100011010110000110010100101101101101011000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,88); }

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

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

 a { background-color: rgb(139,70,88); }

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

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

 span { border-color: rgb(139,70,88); }

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