Html Css Color HEX #85817F Hurricane

📋 copy color: '#85817F'

red 133 ◦ green 129 ◦ blue 127

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

Shades of Hurricane #85817F

Tints of Hurricane #85817F

RGB

 RED value IS 133 (52.34% from 255) = 34.19%

 GREEN value IS 129 (50.78% from 255) = 33.16%

 BLUE value IS 127 (50% from 255) = 32.65%

R = 34.19%
G = 33.16%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85817F (or 0x85817F) is known color: Hurricane. HEX triplet: 85, 81 and 7F. RGB value is (133,129,127). Sum of RGB (Red+Green+Blue) = 133+129+127=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #85817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85817F is #7A7E80. Grayscale: #818181. Windows color (decimal): -8027777 or 8356229. OLE color: 8356229.

HSL color Cylindrical-coordinate representation of color #85817F: hue angle of 20º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85817F is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 127 -
CMYK 0 0.03 0.05 0.48
HSL 20º 0.02% 0.51% -
HSV(B) 20º 0.05% 0.52% -
XYZ 21.35 22.22 23.24 -
YUV 129.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 133 129 127 0 0.03 0.05 0.48 20 0.02 0.51
Hex 85 81 7F 0 3 5 30 14 2 33
Octal 205 201 177 0 3 5 60 24 2 63
Binary 10000101 10000001 1111111 0 11 101 110000 10100 10 110011

Color Harmonies of #85817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85817F

Black with #85817F

Text Example


Text Example

White with #85817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85817F; }

 p { color: rgb(133,129,127); }

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

background-color css

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

 a { background-color: rgb(133,129,127); }

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

border-color css

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

 span { border-color: rgb(133,129,127); }

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