Html Css Color HEX #83515B Cannon Pink

📋 copy color: '#83515B'

red 131 ◦ green 81 ◦ blue 91

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

Shades of Cannon Pink #83515B

Tints of Cannon Pink #83515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 43.23%
G = 26.73%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83515B (or 0x83515B) is known color: Cannon Pink. HEX triplet: 83, 51 and 5B. RGB value is (131,81,91). Sum of RGB (Red+Green+Blue) = 131+81+91=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #83515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83515B is #7CAEA4. Grayscale: #616161. Windows color (decimal): -8171173 or 5984643. OLE color: 5984643.

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

Color convert

RGB 131 81 91 -
CMYK 0 0.38 0.31 0.49
HSL 348º 0.24% 0.42% -
HSV(B) 348º 0.38% 0.51% -
XYZ 14.19 11.47 11.36 -
YUV 97.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 131 81 91 0 0.38 0.31 0.49 348 0.24 0.42
Hex 83 51 5B 0 26 1F 31 15C 18 2A
Octal 203 121 133 0 46 37 61 534 30 52
Binary 10000011 1010001 1011011 0 100110 11111 110001 101011100 11000 101010

Color Harmonies of #83515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83515B

Black with #83515B

Text Example


Text Example

White with #83515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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