Html Css Color HEX #83585D Falcon

📋 copy color: '#83585D'

red 131 ◦ green 88 ◦ blue 93

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

Shades of Falcon #83585D

Tints of Falcon #83585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 41.99%
G = 28.21%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83585D (or 0x83585D) is known color: Falcon. HEX triplet: 83, 58 and 5D. RGB value is (131,88,93). Sum of RGB (Red+Green+Blue) = 131+88+93=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #83585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83585D is #7CA7A2. Grayscale: #656565. Windows color (decimal): -8169379 or 6117507. OLE color: 6117507.

HSL color Cylindrical-coordinate representation of color #83585D: hue angle of 353.02º 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 #83585D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 93 -
CMYK 0 0.33 0.29 0.49
HSL 353.02º 0.2% 0.43% -
HSV(B) 353.02º 0.33% 0.51% -
XYZ 14.83 12.6 12.01 -
YUV 101.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 131 88 93 0 0.33 0.29 0.49 353.02 0.2 0.43
Hex 83 58 5D 0 21 1D 31 161 14 2B
Octal 203 130 135 0 41 35 61 541 24 53
Binary 10000011 1011000 1011101 0 100001 11101 110001 101100001 10100 101011

Color Harmonies of #83585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83585D

Black with #83585D

Text Example


Text Example

White with #83585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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