Html Css Color HEX #8D4165 Cadillac

📋 copy color: '#8D4165'

red 141 ◦ green 65 ◦ blue 101

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

Shades of Cadillac #8D4165

Tints of Cadillac #8D4165

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

 BLUE value IS 101 (39.84% from 255) = 32.9%

R = 45.93%
G = 21.17%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8D4165 (or 0x8D4165) is known color: Cadillac. HEX triplet: 8D, 41 and 65. RGB value is (141,65,101). Sum of RGB (Red+Green+Blue) = 141+65+101=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4165 is #72BE9A. Grayscale: #5B5B5B. Windows color (decimal): -7519899 or 6635917. OLE color: 6635917.

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

Color convert

RGB 141 65 101 -
CMYK 0 0.54 0.28 0.45
HSL 331.58º 0.37% 0.4% -
HSV(B) 331.58º 0.54% 0.55% -
XYZ 15.22 10.38 13.51 -
YUV 91.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 141 65 101 0 0.54 0.28 0.45 331.58 0.37 0.4
Hex 8D 41 65 0 36 1C 2D 14C 25 28
Octal 215 101 145 0 66 34 55 514 45 50
Binary 10001101 1000001 1100101 0 110110 11100 101101 101001100 100101 101000

Color Harmonies of #8D4165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4165

Black with #8D4165

Text Example


Text Example

White with #8D4165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,65,101); }

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

background-color css

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

 a { background-color: rgb(141,65,101); }

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

border-color css

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

 span { border-color: rgb(141,65,101); }

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