Html Css Color HEX #83464E Solid Pink

📋 copy color: '#83464E'

red 131 ◦ green 70 ◦ blue 78

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

Shades of Solid Pink #83464E

Tints of Solid Pink #83464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 46.95%
G = 25.09%
B = 27.96%

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

#83464E (or 0x83464E) is known color: Solid Pink. HEX triplet: 83, 46 and 4E. RGB value is (131,70,78). Sum of RGB (Red+Green+Blue) = 131+70+78=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83464E is #7CB9B1. Grayscale: #595959. Windows color (decimal): -8174002 or 5129859. OLE color: 5129859.

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

Color convert

RGB 131 70 78 -
CMYK 0 0.47 0.40 0.49
HSL 352.13º 0.3% 0.39% -
HSV(B) 352.13º 0.47% 0.51% -
XYZ 12.93 9.76 8.41 -
YUV 89.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 131 70 78 0 0.47 0.40 0.49 352.13 0.3 0.39
Hex 83 46 4E 0 2F 28 31 160 1E 27
Octal 203 106 116 0 57 50 61 540 36 47
Binary 10000011 1000110 1001110 0 101111 101000 110001 101100000 11110 100111

Color Harmonies of #83464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83464E

Black with #83464E

Text Example


Text Example

White with #83464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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