#86164D

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

Shades of Rose Bud Cherry #86164D

Tints of Rose Bud Cherry #86164D

Color information

#86164D (or 0x86164D) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 16 and 4D. RGB value is (134,22,77). Sum of RGB (Red+Green+Blue) = 134+22+77=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #86164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86164D is #79E9B2. Grayscale: #3D3D3D. Windows color (decimal): -7989683 or 5052038. OLE color: 5052038.

HSL color Cylindrical-coordinate representation of color #86164D: hue angle of 330.54º 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 #86164D is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1342277-
CMYK00.840.430.47
HSL330.54º71.79%30.59%-
HSV(B)330.54º83.58%52.55%-
XYZ11.466.187.61-
YUV61.76136.61179.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=57.51%
G=9.44%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134227700.840.430.47330.5471.7930.59
Hex86164D0542B2F14b481f
Octal206261150124535751311037
Binary1000011010110100110101010100101011101111101001011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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