Html Css Color HEX #83585B Falcon

📋 copy color: '#83585B'

red 131 ◦ green 88 ◦ blue 91

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

Shades of Falcon #83585B

Tints of Falcon #83585B

RGB

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

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

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

R = 42.26%
G = 28.39%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83585B (or 0x83585B) is known color: Falcon. HEX triplet: 83, 58 and 5B. RGB value is (131,88,91). Sum of RGB (Red+Green+Blue) = 131+88+91=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83585B is #7CA7A4. Grayscale: #656565. Windows color (decimal): -8169381 or 5986435. OLE color: 5986435.

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

Color convert

RGB 131 88 91 -
CMYK 0 0.33 0.31 0.49
HSL 355.81º 0.2% 0.43% -
HSV(B) 355.81º 0.33% 0.51% -
XYZ 14.74 12.56 11.55 -
YUV 101.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 131 88 91 0 0.33 0.31 0.49 355.81 0.2 0.43
Hex 83 58 5B 0 21 1F 31 164 14 2B
Octal 203 130 133 0 41 37 61 544 24 53
Binary 10000011 1011000 1011011 0 100001 11111 110001 101100100 10100 101011

Color Harmonies of #83585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83585B

Black with #83585B

Text Example


Text Example

White with #83585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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