#8d3f5b

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

Shades of Cadillac #8D3F5B

Tints of Cadillac #8D3F5B

Color information

#8D3F5B (or 0x8D3F5B) is unknown color: approx Cadillac. HEX triplet: 8D, 3F and 5B. RGB value is (141,63,91). Sum of RGB (Red+Green+Blue) = 141+63+91=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F5B is #72C0A4. Grayscale: #595959. Windows color (decimal): -7520421 or 5980045. OLE color: 5980045.

HSL color Cylindrical-coordinate representation of color #8D3F5B: hue angle of 338.46º 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 #8D3F5B is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1416391-
CMYK00.550.350.45
HSL338.46º38.24%40%-
HSV(B)338.46º55.32%55.29%-
XYZ14.659.9711.05-
YUV89.51128.84164.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.80%
GREEN value IS 63 (25% from 255) = 21.36%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=47.80%
G=21.36%
B=30.85%

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
Decimal141639100.550.350.45338.4638.2440
Hex8D3F5B037232D1522628
Octal2157713306743555224650
Binary1000110111111110110110110111100011101101101010010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d3f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,63,91); }

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

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

 a { background-color: rgb(141,63,91); }

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

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

 span { border-color: rgb(141,63,91); }

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