Html Css Color HEX #83555D Cannon Pink

📋 copy color: '#83555D'

red 131 ◦ green 85 ◦ blue 93

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

Shades of Cannon Pink #83555D

Tints of Cannon Pink #83555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 93 (36.72% from 255) = 30.1%

R = 42.39%
G = 27.51%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83555D (or 0x83555D) is known color: Cannon Pink. HEX triplet: 83, 55 and 5D. RGB value is (131,85,93). Sum of RGB (Red+Green+Blue) = 131+85+93=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #83555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83555D is #7CAAA2. Grayscale: #636363. Windows color (decimal): -8170147 or 6116739. OLE color: 6116739.

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

Color convert

RGB 131 85 93 -
CMYK 0 0.35 0.29 0.49
HSL 349.57º 0.21% 0.42% -
HSV(B) 349.57º 0.35% 0.51% -
XYZ 14.58 12.11 11.93 -
YUV 99.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 131 85 93 0 0.35 0.29 0.49 349.57 0.21 0.42
Hex 83 55 5D 0 23 1D 31 15E 15 2A
Octal 203 125 135 0 43 35 61 536 25 52
Binary 10000011 1010101 1011101 0 100011 11101 110001 101011110 10101 101010

Color Harmonies of #83555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83555D

Black with #83555D

Text Example


Text Example

White with #83555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83555D; }

 p { color: rgb(131,85,93); }

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

background-color css

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

 a { background-color: rgb(131,85,93); }

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

border-color css

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

 span { border-color: rgb(131,85,93); }

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