Html Css Color HEX #83585F Cannon Pink

📋 copy color: '#83585F'

red 131 ◦ green 88 ◦ blue 95

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

Shades of Cannon Pink #83585F

Tints of Cannon Pink #83585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.03%

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

R = 41.72%
G = 28.03%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83585F (or 0x83585F) is known color: Cannon Pink. HEX triplet: 83, 58 and 5F. RGB value is (131,88,95). Sum of RGB (Red+Green+Blue) = 131+88+95=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #83585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83585F is #7CA7A0. Grayscale: #656565. Windows color (decimal): -8169377 or 6248579. OLE color: 6248579.

HSL color Cylindrical-coordinate representation of color #83585F: hue angle of 350.23º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83585F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 95 -
CMYK 0 0.33 0.27 0.49
HSL 350.23º 0.2% 0.43% -
HSV(B) 350.23º 0.33% 0.51% -
XYZ 14.92 12.63 12.48 -
YUV 101.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 131 88 95 0 0.33 0.27 0.49 350.23 0.2 0.43
Hex 83 58 5F 0 21 1B 31 15E 14 2B
Octal 203 130 137 0 41 33 61 536 24 53
Binary 10000011 1011000 1011111 0 100001 11011 110001 101011110 10100 101011

Color Harmonies of #83585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83585F

Black with #83585F

Text Example


Text Example

White with #83585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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