Html Css Color HEX #8D4659 Cadillac

📋 copy color: '#8D4659'

red 141 ◦ green 70 ◦ blue 89

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

Shades of Cadillac #8D4659

Tints of Cadillac #8D4659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.67%

R = 47%
G = 23.33%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8D4659 (or 0x8D4659) is known color: Cadillac. HEX triplet: 8D, 46 and 59. RGB value is (141,70,89). Sum of RGB (Red+Green+Blue) = 141+70+89=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4659 is #72B9A6. Grayscale: #5D5D5D. Windows color (decimal): -7518631 or 5850765. OLE color: 5850765.

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

Color convert

RGB 141 70 89 -
CMYK 0 0.50 0.37 0.45
HSL 343.94º 0.34% 0.41% -
HSV(B) 343.94º 0.5% 0.55% -
XYZ 14.98 10.76 10.74 -
YUV 93.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 141 70 89 0 0.50 0.37 0.45 343.94 0.34 0.41
Hex 8D 46 59 0 32 25 2D 158 22 29
Octal 215 106 131 0 62 45 55 530 42 51
Binary 10001101 1000110 1011001 0 110010 100101 101101 101011000 100010 101001

Color Harmonies of #8D4659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4659

Black with #8D4659

Text Example


Text Example

White with #8D4659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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