Html Css Color HEX #83535C Cannon Pink

📋 copy color: '#83535C'

red 131 ◦ green 83 ◦ blue 92

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

Shades of Cannon Pink #83535C

Tints of Cannon Pink #83535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.07%

R = 42.81%
G = 27.12%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83535C (or 0x83535C) is known color: Cannon Pink. HEX triplet: 83, 53 and 5C. RGB value is (131,83,92). Sum of RGB (Red+Green+Blue) = 131+83+92=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83535C is #7CACA3. Grayscale: #626262. Windows color (decimal): -8170660 or 6050691. OLE color: 6050691.

HSL color Cylindrical-coordinate representation of color #83535C: hue angle of 348.75º 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 #83535C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 92 -
CMYK 0 0.37 0.30 0.49
HSL 348.75º 0.22% 0.42% -
HSV(B) 348.75º 0.37% 0.51% -
XYZ 14.39 11.78 11.64 -
YUV 98.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 131 83 92 0 0.37 0.30 0.49 348.75 0.22 0.42
Hex 83 53 5C 0 25 1E 31 15D 16 2A
Octal 203 123 134 0 45 36 61 535 26 52
Binary 10000011 1010011 1011100 0 100101 11110 110001 101011101 10110 101010

Color Harmonies of #83535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83535C

Black with #83535C

Text Example


Text Example

White with #83535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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