Html Css Color HEX #8D465D Cadillac

📋 copy color: '#8D465D'

red 141 ◦ green 70 ◦ blue 93

#8D465D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #8D465D

Tints of Cadillac #8D465D

RGB

 RED value IS 141 (55.47% from 255) = 46.38%

 GREEN value IS 70 (27.73% from 255) = 23.03%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 46.38%
G = 23.03%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D465D (or 0x8D465D) is known color: Cadillac. HEX triplet: 8D, 46 and 5D. RGB value is (141,70,93). Sum of RGB (Red+Green+Blue) = 141+70+93=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D465D is #72B9A2. Grayscale: #5D5D5D. Windows color (decimal): -7518627 or 6112909. OLE color: 6112909.

HSL color Cylindrical-coordinate representation of color #8D465D: hue angle of 340.56º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D465D is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 70 93 -
CMYK 0 0.50 0.34 0.45
HSL 340.56º 0.34% 0.41% -
HSV(B) 340.56º 0.5% 0.55% -
XYZ 15.15 10.83 11.65 -
YUV 93.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 141 70 93 0 0.50 0.34 0.45 340.56 0.34 0.41
Hex 8D 46 5D 0 32 22 2D 155 22 29
Octal 215 106 135 0 62 42 55 525 42 51
Binary 10001101 1000110 1011101 0 110010 100010 101101 101010101 100010 101001

Color Harmonies of #8D465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D465D

Black with #8D465D

Text Example


Text Example

White with #8D465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,70,93); }

 H1.HeaderClassName
 {
   color: #8D465D;
 }
 .AnyTagClassName
 {
   color: #8D465D;
 }
</style>

background-color css

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

 a { background-color: rgb(141,70,93); }

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

border-color css

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

 span { border-color: rgb(141,70,93); }

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