Html Css Color HEX #83535D Cannon Pink

📋 copy color: '#83535D'

red 131 ◦ green 83 ◦ blue 93

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

Shades of Cannon Pink #83535D

Tints of Cannon Pink #83535D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

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

R = 42.67%
G = 27.04%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83535D (or 0x83535D) is known color: Cannon Pink. HEX triplet: 83, 53 and 5D. RGB value is (131,83,93). Sum of RGB (Red+Green+Blue) = 131+83+93=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83535D is #7CACA2. Grayscale: #626262. Windows color (decimal): -8170659 or 6116227. OLE color: 6116227.

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

Color convert

RGB 131 83 93 -
CMYK 0 0.37 0.29 0.49
HSL 347.5º 0.22% 0.42% -
HSV(B) 347.5º 0.37% 0.51% -
XYZ 14.43 11.8 11.87 -
YUV 98.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 131 83 93 0 0.37 0.29 0.49 347.5 0.22 0.42
Hex 83 53 5D 0 25 1D 31 15C 16 2A
Octal 203 123 135 0 45 35 61 534 26 52
Binary 10000011 1010011 1011101 0 100101 11101 110001 101011100 10110 101010

Color Harmonies of #83535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83535D

Black with #83535D

Text Example


Text Example

White with #83535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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