Html Css Color HEX #8D4463 Cadillac

📋 copy color: '#8D4463'

red 141 ◦ green 68 ◦ blue 99

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

Shades of Cadillac #8D4463

Tints of Cadillac #8D4463

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 45.78%
G = 22.08%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8D4463 (or 0x8D4463) is known color: Cadillac. HEX triplet: 8D, 44 and 63. RGB value is (141,68,99). Sum of RGB (Red+Green+Blue) = 141+68+99=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4463 is #72BB9C. Grayscale: #5D5D5D. Windows color (decimal): -7519133 or 6505613. OLE color: 6505613.

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

Color convert

RGB 141 68 99 -
CMYK 0 0.52 0.30 0.45
HSL 334.52º 0.35% 0.41% -
HSV(B) 334.52º 0.52% 0.55% -
XYZ 15.3 10.7 13.06 -
YUV 93.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 141 68 99 0 0.52 0.30 0.45 334.52 0.35 0.41
Hex 8D 44 63 0 34 1E 2D 14F 23 29
Octal 215 104 143 0 64 36 55 517 43 51
Binary 10001101 1000100 1100011 0 110100 11110 101101 101001111 100011 101001

Color Harmonies of #8D4463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4463

Black with #8D4463

Text Example


Text Example

White with #8D4463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,68,99); }

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

background-color css

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

 a { background-color: rgb(141,68,99); }

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

border-color css

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

 span { border-color: rgb(141,68,99); }

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