#8D3A69

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

Shades of Cadillac #8D3A69

Tints of Cadillac #8D3A69

Color information

#8D3A69 (or 0x8D3A69) is unknown color: approx Cadillac. HEX triplet: 8D, 3A and 69. RGB value is (141,58,105). Sum of RGB (Red+Green+Blue) = 141+58+105=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3A69 is #72C596. Grayscale: #585858. Windows color (decimal): -7521687 or 6896269. OLE color: 6896269.

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

Color convert

RGB14158105-
CMYK00.590.260.45
HSL326.02º41.71%39.02%-
HSV(B)326.02º58.87%55.29%-
XYZ15.059.7114.45-
YUV88.18137.5165.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.38%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=46.38%
G=19.08%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1415810500.590.260.45326.0241.7139.02
Hex8D3A6903B1A2D1462a27
Octal2157215107332555065247
Binary100011011110101101001011101111010101101101000110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,58,105); }

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

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

 a { background-color: rgb(141,58,105); }

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

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

 span { border-color: rgb(141,58,105); }

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