Html Css Color HEX #8D5453 Lotus

📋 copy color: '#8D5453'

red 141 ◦ green 84 ◦ blue 83

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

Shades of Lotus #8D5453

Tints of Lotus #8D5453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 45.78%
G = 27.27%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8D5453 (or 0x8D5453) is known color: Lotus. HEX triplet: 8D, 54 and 53. RGB value is (141,84,83). Sum of RGB (Red+Green+Blue) = 141+84+83=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5453 is #72ABAC. Grayscale: #646464. Windows color (decimal): -7515053 or 5461133. OLE color: 5461133.

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

Color convert

RGB 141 84 83 -
CMYK 0 0.40 0.41 0.45
HSL 1.03º 0.26% 0.44% -
HSV(B) 1.03º 0.41% 0.55% -
XYZ 15.72 12.63 9.79 -
YUV 100.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 141 84 83 0 0.40 0.41 0.45 1.03 0.26 0.44
Hex 8D 54 53 0 28 29 2D 1 1A 2C
Octal 215 124 123 0 50 51 55 1 32 54
Binary 10001101 1010100 1010011 0 101000 101001 101101 1 11010 101100

Color Harmonies of #8D5453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5453

Black with #8D5453

Text Example


Text Example

White with #8D5453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,84,83); }

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

background-color css

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

 a { background-color: rgb(141,84,83); }

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

border-color css

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

 span { border-color: rgb(141,84,83); }

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