Html Css Color HEX #827571 Hurricane

📋 copy color: '#827571'

red 130 ◦ green 117 ◦ blue 113

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

Shades of Hurricane #827571

Tints of Hurricane #827571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 36.11%
G = 32.5%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#827571 (or 0x827571) is known color: Hurricane. HEX triplet: 82, 75 and 71. RGB value is (130,117,113). Sum of RGB (Red+Green+Blue) = 130+117+113=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #827571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827571 is #7D8A8E. Grayscale: #787878. Windows color (decimal): -8227471 or 7435650. OLE color: 7435650.

HSL color Cylindrical-coordinate representation of color #827571: hue angle of 14.12º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #827571 is Cyan = 0, Magento = 0.1, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 113 -
CMYK 0 0.1 0.13 0.49
HSL 14.12º 0.07% 0.48% -
HSV(B) 14.12º 0.13% 0.51% -
XYZ 18.55 18.66 18.25 -
YUV 120.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 130 117 113 0 0.1 0.13 0.49 14.12 0.07 0.48
Hex 82 75 71 0 A D 31 E 7 30
Octal 202 165 161 0 12 15 61 16 7 60
Binary 10000010 1110101 1110001 0 1010 1101 110001 1110 111 110000

Color Harmonies of #827571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827571

Black with #827571

Text Example


Text Example

White with #827571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827571; }

 p { color: rgb(130,117,113); }

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

background-color css

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

 a { background-color: rgb(130,117,113); }

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

border-color css

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

 span { border-color: rgb(130,117,113); }

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