Html Css Color HEX #83464C Solid Pink

📋 copy color: '#83464C'

red 131 ◦ green 70 ◦ blue 76

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

Shades of Solid Pink #83464C

Tints of Solid Pink #83464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 47.29%
G = 25.27%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83464C (or 0x83464C) is known color: Solid Pink. HEX triplet: 83, 46 and 4C. RGB value is (131,70,76). Sum of RGB (Red+Green+Blue) = 131+70+76=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #83464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83464C is #7CB9B3. Grayscale: #585858. Windows color (decimal): -8174004 or 4998787. OLE color: 4998787.

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

Color convert

RGB 131 70 76 -
CMYK 0 0.47 0.42 0.49
HSL 354.1º 0.3% 0.39% -
HSV(B) 354.1º 0.47% 0.51% -
XYZ 12.85 9.73 8.04 -
YUV 88.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 131 70 76 0 0.47 0.42 0.49 354.1 0.3 0.39
Hex 83 46 4C 0 2F 2A 31 162 1E 27
Octal 203 106 114 0 57 52 61 542 36 47
Binary 10000011 1000110 1001100 0 101111 101010 110001 101100010 11110 100111

Color Harmonies of #83464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83464C

Black with #83464C

Text Example


Text Example

White with #83464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83464C; }

 p { color: rgb(131,70,76); }

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

background-color css

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

 a { background-color: rgb(131,70,76); }

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

border-color css

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

 span { border-color: rgb(131,70,76); }

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