Html Css Color HEX #8D3D60 Cadillac

📋 copy color: '#8D3D60'

red 141 ◦ green 61 ◦ blue 96

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

Shades of Cadillac #8D3D60

Tints of Cadillac #8D3D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 47.32%
G = 20.47%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8D3D60 (or 0x8D3D60) is known color: Cadillac. HEX triplet: 8D, 3D and 60. RGB value is (141,61,96). Sum of RGB (Red+Green+Blue) = 141+61+96=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3D60 is #72C29F. Grayscale: #585858. Windows color (decimal): -7520928 or 6307213. OLE color: 6307213.

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

Color convert

RGB 141 61 96 -
CMYK 0 0.57 0.32 0.45
HSL 333.75º 0.4% 0.4% -
HSV(B) 333.75º 0.57% 0.55% -
XYZ 14.76 9.84 12.19 -
YUV 88.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 141 61 96 0 0.57 0.32 0.45 333.75 0.4 0.4
Hex 8D 3D 60 0 39 20 2D 14E 28 28
Octal 215 75 140 0 71 40 55 516 50 50
Binary 10001101 111101 1100000 0 111001 100000 101101 101001110 101000 101000

Color Harmonies of #8D3D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3D60

Black with #8D3D60

Text Example


Text Example

White with #8D3D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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