#8B3D61

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

Shades of Cadillac #8B3D61

Tints of Cadillac #8B3D61

Color information

#8B3D61 (or 0x8B3D61) is unknown color: approx Cadillac. HEX triplet: 8B, 3D and 61. RGB value is (139,61,97). Sum of RGB (Red+Green+Blue) = 139+61+97=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3D61 is #74C29E. Grayscale: #585858. Windows color (decimal): -7651999 or 6372747. OLE color: 6372747.

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

Color convert

RGB1396197-
CMYK00.560.300.45
HSL332.31º39%39.22%-
HSV(B)332.31º56.12%54.51%-
XYZ14.479.6912.42-
YUV88.43132.84164.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 61 (24.22% from 255) = 20.54%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=46.80%
G=20.54%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139619700.560.300.45332.313939.22
Hex8B3D610381E2D14c2727
Octal2137514107036555144747
Binary100010111111011100001011100011110101101101001100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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