#8D3D5B

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

Shades of Cadillac #8D3D5B

Tints of Cadillac #8D3D5B

Color information

#8D3D5B (or 0x8D3D5B) is unknown color: approx Cadillac. HEX triplet: 8D, 3D and 5B. RGB value is (141,61,91). Sum of RGB (Red+Green+Blue) = 141+61+91=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3D5B is #72C2A4. Grayscale: #585858. Windows color (decimal): -7520933 or 5979533. OLE color: 5979533.

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

Color convert

RGB1416191-
CMYK00.570.350.45
HSL337.5º39.6%39.61%-
HSV(B)337.5º56.74%55.29%-
XYZ14.549.7611.01-
YUV88.34129.5165.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.12%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=48.12%
G=20.82%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141619100.570.350.45337.539.639.61
Hex8D3D5B039232D1522828
Octal2157513307143555225050
Binary1000110111110110110110111001100011101101101010010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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