Html Css Color HEX #83505B Cannon Pink

📋 copy color: '#83505B'

red 131 ◦ green 80 ◦ blue 91

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

Shades of Cannon Pink #83505B

Tints of Cannon Pink #83505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 43.38%
G = 26.49%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83505B (or 0x83505B) is known color: Cannon Pink. HEX triplet: 83, 50 and 5B. RGB value is (131,80,91). Sum of RGB (Red+Green+Blue) = 131+80+91=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #83505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83505B is #7CAFA4. Grayscale: #606060. Windows color (decimal): -8171429 or 5984387. OLE color: 5984387.

HSL color Cylindrical-coordinate representation of color #83505B: hue angle of 347.06º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83505B is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 91 -
CMYK 0 0.39 0.31 0.49
HSL 347.06º 0.24% 0.41% -
HSV(B) 347.06º 0.39% 0.51% -
XYZ 14.12 11.32 11.34 -
YUV 96.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 131 80 91 0 0.39 0.31 0.49 347.06 0.24 0.41
Hex 83 50 5B 0 27 1F 31 15B 18 29
Octal 203 120 133 0 47 37 61 533 30 51
Binary 10000011 1010000 1011011 0 100111 11111 110001 101011011 11000 101001

Color Harmonies of #83505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83505B

Black with #83505B

Text Example


Text Example

White with #83505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83505B; }

 p { color: rgb(131,80,91); }

 H1.HeaderClassName
 {
   color: #83505B;
 }
 .AnyTagClassName
 {
   color: #83505B;
 }
</style>

background-color css

<style>
 a { background-color: #83505B; }

 a { background-color: rgb(131,80,91); }

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

border-color css

<style>
 span { border-color: #83505B; }

 span { border-color: rgb(131,80,91); }

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