#8B4558

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

Shades of Cadillac #8B4558

Tints of Cadillac #8B4558

Color information

#8B4558 (or 0x8B4558) is unknown color: approx Cadillac. HEX triplet: 8B, 45 and 58. RGB value is (139,69,88). Sum of RGB (Red+Green+Blue) = 139+69+88=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4558 is #74BAA7. Grayscale: #5C5C5C. Windows color (decimal): -7649960 or 5784971. OLE color: 5784971.

HSL color Cylindrical-coordinate representation of color #8B4558: hue angle of 343.71º degrees, saturation: 0.34, 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 #8B4558 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1396988-
CMYK00.500.370.45
HSL343.71º33.65%40.78%-
HSV(B)343.71º50.36%54.51%-
XYZ14.5410.4510.48-
YUV92.1125.69161.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=46.96%
G=23.31%
B=29.73%

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
Decimal139698800.500.370.45343.7133.6540.78
Hex8B4558032252D1582229
Octal21310513006245555304251
Binary10001011100010110110000110010100101101101101011000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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