Html Css Color HEX #83595B Falcon

📋 copy color: '#83595B'

red 131 ◦ green 89 ◦ blue 91

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

Shades of Falcon #83595B

Tints of Falcon #83595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 42.12%
G = 28.62%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83595B (or 0x83595B) is known color: Falcon. HEX triplet: 83, 59 and 5B. RGB value is (131,89,91). Sum of RGB (Red+Green+Blue) = 131+89+91=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #83595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83595B is #7CA6A4. Grayscale: #656565. Windows color (decimal): -8169125 or 5986691. OLE color: 5986691.

HSL color Cylindrical-coordinate representation of color #83595B: hue angle of 357.14º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83595B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 91 -
CMYK 0 0.32 0.31 0.49
HSL 357.14º 0.19% 0.43% -
HSV(B) 357.14º 0.32% 0.51% -
XYZ 14.82 12.73 11.57 -
YUV 101.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 131 89 91 0 0.32 0.31 0.49 357.14 0.19 0.43
Hex 83 59 5B 0 20 1F 31 165 13 2B
Octal 203 131 133 0 40 37 61 545 23 53
Binary 10000011 1011001 1011011 0 100000 11111 110001 101100101 10011 101011

Color Harmonies of #83595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83595B

Black with #83595B

Text Example


Text Example

White with #83595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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