#8B3F5A

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

Shades of Cadillac #8B3F5A

Tints of Cadillac #8B3F5A

Color information

#8B3F5A (or 0x8B3F5A) is unknown color: approx Cadillac. HEX triplet: 8B, 3F and 5A. RGB value is (139,63,90). Sum of RGB (Red+Green+Blue) = 139+63+90=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F5A is #74C0A5. Grayscale: #585858. Windows color (decimal): -7651494 or 5914507. OLE color: 5914507.

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

Color convert

RGB1396390-
CMYK00.550.350.45
HSL338.68º37.62%39.61%-
HSV(B)338.68º54.68%54.51%-
XYZ14.279.7810.81-
YUV88.8128.68163.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=47.60%
G=21.58%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139639000.550.350.45338.6837.6239.61
Hex8B3F5A037232D1532628
Octal2137713206743555234650
Binary1000101111111110110100110111100011101101101010011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,63,90); }

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

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

 a { background-color: rgb(139,63,90); }

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

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

 span { border-color: rgb(139,63,90); }

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