Html Css Color HEX #83464A Solid Pink

📋 copy color: '#83464A'

red 131 ◦ green 70 ◦ blue 74

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

Shades of Solid Pink #83464A

Tints of Solid Pink #83464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 47.64%
G = 25.45%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83464A (or 0x83464A) is known color: Solid Pink. HEX triplet: 83, 46 and 4A. RGB value is (131,70,74). Sum of RGB (Red+Green+Blue) = 131+70+74=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83464A is #7CB9B5. Grayscale: #585858. Windows color (decimal): -8174006 or 4867715. OLE color: 4867715.

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

Color convert

RGB 131 70 74 -
CMYK 0 0.47 0.44 0.49
HSL 356.07º 0.3% 0.39% -
HSV(B) 356.07º 0.47% 0.51% -
XYZ 12.79 9.7 7.68 -
YUV 88.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 131 70 74 0 0.47 0.44 0.49 356.07 0.3 0.39
Hex 83 46 4A 0 2F 2C 31 164 1E 27
Octal 203 106 112 0 57 54 61 544 36 47
Binary 10000011 1000110 1001010 0 101111 101100 110001 101100100 11110 100111

Color Harmonies of #83464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83464A

Black with #83464A

Text Example


Text Example

White with #83464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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