#86164F

Color #86164F Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #86164F

Tints of Rose Bud Cherry #86164F

Color information

#86164F (or 0x86164F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 16 and 4F. RGB value is (134,22,79). Sum of RGB (Red+Green+Blue) = 134+22+79=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86164F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86164F is #79E9B0. Grayscale: #3D3D3D. Windows color (decimal): -7989681 or 5183110. OLE color: 5183110.

HSL color Cylindrical-coordinate representation of color #86164F: hue angle of 329.46º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86164F is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1342279-
CMYK00.840.410.47
HSL329.46º71.79%30.59%-
HSV(B)329.46º83.58%52.55%-
XYZ11.536.217.99-
YUV61.99137.61179.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.02%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=57.02%
G=9.36%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134227900.840.410.47329.4671.7930.59
Hex86164F054292F149481f
Octal206261170124515751111037
Binary1000011010110100111101010100101001101111101001001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,22,79); }

 H1.HeaderClassName
 {
   color: #86164F;
 }
 .AnyTagClassName
 {
   color: #86164F;
 }
</style>
background-color css

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

 a { background-color: rgb(134,22,79); }

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

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

 span { border-color: rgb(134,22,79); }

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