Html Css Color HEX #8C5253 Solid Pink

📋 copy color: '#8C5253'

red 140 ◦ green 82 ◦ blue 83

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

Shades of Solid Pink #8C5253

Tints of Solid Pink #8C5253

RGB

 RED value IS 140 (55.08% from 255) = 45.9%

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 45.9%
G = 26.89%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C5253 (or 0x8C5253) is known color: Solid Pink. HEX triplet: 8C, 52 and 53. RGB value is (140,82,83). Sum of RGB (Red+Green+Blue) = 140+82+83=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5253 is #73ADAC. Grayscale: #636363. Windows color (decimal): -7581101 or 5460620. OLE color: 5460620.

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

Color convert

RGB 140 82 83 -
CMYK 0 0.41 0.41 0.45
HSL 358.97º 0.26% 0.44% -
HSV(B) 358.97º 0.41% 0.55% -
XYZ 15.39 12.23 9.73 -
YUV 99.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 140 82 83 0 0.41 0.41 0.45 358.97 0.26 0.44
Hex 8C 52 53 0 29 29 2D 167 1A 2C
Octal 214 122 123 0 51 51 55 547 32 54
Binary 10001100 1010010 1010011 0 101001 101001 101101 101100111 11010 101100

Color Harmonies of #8C5253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5253

Black with #8C5253

Text Example


Text Example

White with #8C5253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,83); }

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

background-color css

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

 a { background-color: rgb(140,82,83); }

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

border-color css

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

 span { border-color: rgb(140,82,83); }

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