Html Css Color HEX #83576A Cannon Pink

📋 copy color: '#83576A'

red 131 ◦ green 87 ◦ blue 106

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

Shades of Cannon Pink #83576A

Tints of Cannon Pink #83576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 40.43%
G = 26.85%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#83576A (or 0x83576A) is known color: Cannon Pink. HEX triplet: 83, 57 and 6A. RGB value is (131,87,106). Sum of RGB (Red+Green+Blue) = 131+87+106=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #83576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83576A is #7CA895. Grayscale: #666666. Windows color (decimal): -8169622 or 6969219. OLE color: 6969219.

HSL color Cylindrical-coordinate representation of color #83576A: hue angle of 334.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83576A is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 87 106 -
CMYK 0 0.34 0.19 0.49
HSL 334.09º 0.2% 0.43% -
HSV(B) 334.09º 0.34% 0.51% -
XYZ 15.37 12.68 15.27 -
YUV 102.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 131 87 106 0 0.34 0.19 0.49 334.09 0.2 0.43
Hex 83 57 6A 0 22 13 31 14E 14 2B
Octal 203 127 152 0 42 23 61 516 24 53
Binary 10000011 1010111 1101010 0 100010 10011 110001 101001110 10100 101011

Color Harmonies of #83576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83576A

Black with #83576A

Text Example


Text Example

White with #83576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,87,106); }

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

background-color css

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

 a { background-color: rgb(131,87,106); }

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

border-color css

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

 span { border-color: rgb(131,87,106); }

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