Html Css Color HEX #83535B Cannon Pink

📋 copy color: '#83535B'

red 131 ◦ green 83 ◦ blue 91

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

Shades of Cannon Pink #83535B

Tints of Cannon Pink #83535B

RGB

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

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

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

R = 42.95%
G = 27.21%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83535B (or 0x83535B) is known color: Cannon Pink. HEX triplet: 83, 53 and 5B. RGB value is (131,83,91). Sum of RGB (Red+Green+Blue) = 131+83+91=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83535B is #7CACA4. Grayscale: #626262. Windows color (decimal): -8170661 or 5985155. OLE color: 5985155.

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

Color convert

RGB 131 83 91 -
CMYK 0 0.37 0.31 0.49
HSL 350º 0.22% 0.42% -
HSV(B) 350º 0.37% 0.51% -
XYZ 14.34 11.77 11.41 -
YUV 98.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 131 83 91 0 0.37 0.31 0.49 350 0.22 0.42
Hex 83 53 5B 0 25 1F 31 15E 16 2A
Octal 203 123 133 0 45 37 61 536 26 52
Binary 10000011 1010011 1011011 0 100101 11111 110001 101011110 10110 101010

Color Harmonies of #83535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83535B

Black with #83535B

Text Example


Text Example

White with #83535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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