Html Css Color HEX #835253 Solid Pink

📋 copy color: '#835253'

red 131 ◦ green 82 ◦ blue 83

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

Shades of Solid Pink #835253

Tints of Solid Pink #835253

RGB

 RED value IS 131 (51.56% from 255) = 44.26%

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

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

R = 44.26%
G = 27.7%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#835253 (or 0x835253) is known color: Solid Pink. HEX triplet: 83, 52 and 53. RGB value is (131,82,83). Sum of RGB (Red+Green+Blue) = 131+82+83=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #835253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835253 is #7CADAC. Grayscale: #606060. Windows color (decimal): -8170925 or 5460611. OLE color: 5460611.

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

Color convert

RGB 131 82 83 -
CMYK 0 0.37 0.37 0.49
HSL 358.78º 0.23% 0.42% -
HSV(B) 358.78º 0.37% 0.51% -
XYZ 13.94 11.48 9.67 -
YUV 96.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 131 82 83 0 0.37 0.37 0.49 358.78 0.23 0.42
Hex 83 52 53 0 25 25 31 167 17 2A
Octal 203 122 123 0 45 45 61 547 27 52
Binary 10000011 1010010 1010011 0 100101 100101 110001 101100111 10111 101010

Color Harmonies of #835253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835253

Black with #835253

Text Example


Text Example

White with #835253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835253; }

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

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

background-color css

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

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

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

border-color css

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

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

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