#8b3e61

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

Shades of Cadillac #8B3E61

Tints of Cadillac #8B3E61

Color information

#8B3E61 (or 0x8B3E61) is unknown color: approx Cadillac. HEX triplet: 8B, 3E and 61. RGB value is (139,62,97). Sum of RGB (Red+Green+Blue) = 139+62+97=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3E61 is #74C19E. Grayscale: #585858. Windows color (decimal): -7651743 or 6373003. OLE color: 6373003.

HSL color Cylindrical-coordinate representation of color #8B3E61: hue angle of 332.73º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3E61 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1396297-
CMYK00.550.300.45
HSL332.73º38.31%39.41%-
HSV(B)332.73º55.4%54.51%-
XYZ14.539.812.43-
YUV89.01132.51163.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 62 (24.61% from 255) = 20.81%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=46.64%
G=20.81%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139629700.550.300.45332.7338.3139.41
Hex8B3E610371E2D14d2627
Octal2137614106736555154647
Binary100010111111101100001011011111110101101101001101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b3e61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,62,97); }

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

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

 a { background-color: rgb(139,62,97); }

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

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

 span { border-color: rgb(139,62,97); }

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