Html Css Color HEX #83595A Falcon

📋 copy color: '#83595A'

red 131 ◦ green 89 ◦ blue 90

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

Shades of Falcon #83595A

Tints of Falcon #83595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 42.26%
G = 28.71%
B = 29.03%

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

#83595A (or 0x83595A) is known color: Falcon. HEX triplet: 83, 59 and 5A. RGB value is (131,89,90). Sum of RGB (Red+Green+Blue) = 131+89+90=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83595A is #7CA6A5. Grayscale: #656565. Windows color (decimal): -8169126 or 5921155. OLE color: 5921155.

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

Color convert

RGB 131 89 90 -
CMYK 0 0.32 0.31 0.49
HSL 358.57º 0.19% 0.43% -
HSV(B) 358.57º 0.32% 0.51% -
XYZ 14.78 12.71 11.35 -
YUV 101.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 131 89 90 0 0.32 0.31 0.49 358.57 0.19 0.43
Hex 83 59 5A 0 20 1F 31 167 13 2B
Octal 203 131 132 0 40 37 61 547 23 53
Binary 10000011 1011001 1011010 0 100000 11111 110001 101100111 10011 101011

Color Harmonies of #83595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83595A

Black with #83595A

Text Example


Text Example

White with #83595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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