#86335B

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

Shades of Rose Bud Cherry #86335B

Tints of Rose Bud Cherry #86335B

Color information

#86335B (or 0x86335B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 33 and 5B. RGB value is (134,51,91). Sum of RGB (Red+Green+Blue) = 134+51+91=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86335B is #79CCA4. Grayscale: #505050. Windows color (decimal): -7982245 or 5976966. OLE color: 5976966.

HSL color Cylindrical-coordinate representation of color #86335B: hue angle of 331.08º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86335B is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1345191-
CMYK00.620.320.47
HSL331.08º44.86%36.27%-
HSV(B)331.08º61.94%52.55%-
XYZ12.98.1910.8-
YUV80.38134166.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=48.55%
G=18.48%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134519100.620.320.47331.0844.8636.27
Hex86335B03E202F14b2d24
Octal2066313307640575135544
Binary1000011011001110110110111110100000101111101001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,51,91); }

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

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

 a { background-color: rgb(134,51,91); }

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

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

 span { border-color: rgb(134,51,91); }

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