Html Css Color HEX #83535F Cannon Pink

📋 copy color: '#83535F'

red 131 ◦ green 83 ◦ blue 95

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

Shades of Cannon Pink #83535F

Tints of Cannon Pink #83535F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 42.39%
G = 26.86%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83535F (or 0x83535F) is known color: Cannon Pink. HEX triplet: 83, 53 and 5F. RGB value is (131,83,95). Sum of RGB (Red+Green+Blue) = 131+83+95=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #83535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83535F is #7CACA0. Grayscale: #626262. Windows color (decimal): -8170657 or 6247299. OLE color: 6247299.

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

Color convert

RGB 131 83 95 -
CMYK 0 0.37 0.27 0.49
HSL 345º 0.22% 0.42% -
HSV(B) 345º 0.37% 0.51% -
XYZ 14.52 11.84 12.35 -
YUV 98.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 131 83 95 0 0.37 0.27 0.49 345 0.22 0.42
Hex 83 53 5F 0 25 1B 31 159 16 2A
Octal 203 123 137 0 45 33 61 531 26 52
Binary 10000011 1010011 1011111 0 100101 11011 110001 101011001 10110 101010

Color Harmonies of #83535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83535F

Black with #83535F

Text Example


Text Example

White with #83535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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