Html Css Color HEX #83464F Solid Pink

📋 copy color: '#83464F'

red 131 ◦ green 70 ◦ blue 79

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

Shades of Solid Pink #83464F

Tints of Solid Pink #83464F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.21%

R = 46.79%
G = 25%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83464F (or 0x83464F) is known color: Solid Pink. HEX triplet: 83, 46 and 4F. RGB value is (131,70,79). Sum of RGB (Red+Green+Blue) = 131+70+79=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83464F is #7CB9B0. Grayscale: #595959. Windows color (decimal): -8174001 or 5195395. OLE color: 5195395.

HSL color Cylindrical-coordinate representation of color #83464F: hue angle of 351.15º 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 #83464F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 79 -
CMYK 0 0.47 0.40 0.49
HSL 351.15º 0.3% 0.39% -
HSV(B) 351.15º 0.47% 0.51% -
XYZ 12.96 9.77 8.6 -
YUV 89.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 131 70 79 0 0.47 0.40 0.49 351.15 0.3 0.39
Hex 83 46 4F 0 2F 28 31 15F 1E 27
Octal 203 106 117 0 57 50 61 537 36 47
Binary 10000011 1000110 1001111 0 101111 101000 110001 101011111 11110 100111

Color Harmonies of #83464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83464F

Black with #83464F

Text Example


Text Example

White with #83464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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