Html Css Color HEX #845253 Solid Pink

📋 copy color: '#845253'

red 132 ◦ green 82 ◦ blue 83

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

Shades of Solid Pink #845253

Tints of Solid Pink #845253

RGB

 RED value IS 132 (51.95% from 255) = 44.44%

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

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

R = 44.44%
G = 27.61%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#845253 (or 0x845253) is known color: Solid Pink. HEX triplet: 84, 52 and 53. RGB value is (132,82,83). Sum of RGB (Red+Green+Blue) = 132+82+83=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #845253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845253 is #7BADAC. Grayscale: #616161. Windows color (decimal): -8105389 or 5460612. OLE color: 5460612.

HSL color Cylindrical-coordinate representation of color #845253: hue angle of 358.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #845253 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 83 -
CMYK 0 0.38 0.37 0.48
HSL 358.8º 0.23% 0.42% -
HSV(B) 358.8º 0.38% 0.52% -
XYZ 14.09 11.56 9.67 -
YUV 97.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 132 82 83 0 0.38 0.37 0.48 358.8 0.23 0.42
Hex 84 52 53 0 26 25 30 167 17 2A
Octal 204 122 123 0 46 45 60 547 27 52
Binary 10000100 1010010 1010011 0 100110 100101 110000 101100111 10111 101010

Color Harmonies of #845253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845253

Black with #845253

Text Example


Text Example

White with #845253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845253; }

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

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

background-color css

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

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

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

border-color css

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

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

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