Html Css Color HEX #83515A Cannon Pink

📋 copy color: '#83515A'

red 131 ◦ green 81 ◦ blue 90

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

Shades of Cannon Pink #83515A

Tints of Cannon Pink #83515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.8%

R = 43.38%
G = 26.82%
B = 29.8%

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

#83515A (or 0x83515A) is known color: Cannon Pink. HEX triplet: 83, 51 and 5A. RGB value is (131,81,90). Sum of RGB (Red+Green+Blue) = 131+81+90=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #83515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83515A is #7CAEA5. Grayscale: #606060. Windows color (decimal): -8171174 or 5919107. OLE color: 5919107.

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

Color convert

RGB 131 81 90 -
CMYK 0 0.38 0.31 0.49
HSL 349.2º 0.24% 0.42% -
HSV(B) 349.2º 0.38% 0.51% -
XYZ 14.15 11.45 11.14 -
YUV 96.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 131 81 90 0 0.38 0.31 0.49 349.2 0.24 0.42
Hex 83 51 5A 0 26 1F 31 15D 18 2A
Octal 203 121 132 0 46 37 61 535 30 52
Binary 10000011 1010001 1011010 0 100110 11111 110001 101011101 11000 101010

Color Harmonies of #83515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83515A

Black with #83515A

Text Example


Text Example

White with #83515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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