#863754

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

Shades of Rose Bud Cherry #863754

Tints of Rose Bud Cherry #863754

Color information

#863754 (or 0x863754) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 37 and 54. RGB value is (134,55,84). Sum of RGB (Red+Green+Blue) = 134+55+84=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #863754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863754 is #79C8AB. Grayscale: #515151. Windows color (decimal): -7981228 or 5519238. OLE color: 5519238.

HSL color Cylindrical-coordinate representation of color #863754: hue angle of 337.97º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863754 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1345584-
CMYK00.590.370.47
HSL337.97º41.8%37.06%-
HSV(B)337.97º58.96%52.55%-
XYZ12.88.449.34-
YUV81.93129.17165.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=49.08%
G=20.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134558400.590.370.47337.9741.837.06
Hex86375403B252F1522a25
Octal2066712407345575225245
Binary1000011011011110101000111011100101101111101010010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863754; }

 p { color: rgb(134,55,84); }

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

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

 a { background-color: rgb(134,55,84); }

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

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

 span { border-color: rgb(134,55,84); }

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