Html Css Color HEX #82575B Falcon

📋 copy color: '#82575B'

red 130 ◦ green 87 ◦ blue 91

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

Shades of Falcon #82575B

Tints of Falcon #82575B

RGB

 RED value IS 130 (51.17% from 255) = 42.21%

 GREEN value IS 87 (34.38% from 255) = 28.25%

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

R = 42.21%
G = 28.25%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82575B (or 0x82575B) is known color: Falcon. HEX triplet: 82, 57 and 5B. RGB value is (130,87,91). Sum of RGB (Red+Green+Blue) = 130+87+91=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82575B is #7DA8A4. Grayscale: #646464. Windows color (decimal): -8235173 or 5986178. OLE color: 5986178.

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

Color convert

RGB 130 87 91 -
CMYK 0 0.33 0.30 0.49
HSL 354.42º 0.2% 0.43% -
HSV(B) 354.42º 0.33% 0.51% -
XYZ 14.5 12.32 11.51 -
YUV 100.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 130 87 91 0 0.33 0.30 0.49 354.42 0.2 0.43
Hex 82 57 5B 0 21 1E 31 162 14 2B
Octal 202 127 133 0 41 36 61 542 24 53
Binary 10000010 1010111 1011011 0 100001 11110 110001 101100010 10100 101011

Color Harmonies of #82575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82575B

Black with #82575B

Text Example


Text Example

White with #82575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,87,91); }

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

background-color css

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

 a { background-color: rgb(130,87,91); }

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

border-color css

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

 span { border-color: rgb(130,87,91); }

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