#863567

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

Shades of Rose Bud Cherry #863567

Tints of Rose Bud Cherry #863567

Color information

#863567 (or 0x863567) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 67. RGB value is (134,53,103). Sum of RGB (Red+Green+Blue) = 134+53+103=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #863567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863567 is #79CA98. Grayscale: #525252. Windows color (decimal): -7981721 or 6763910. OLE color: 6763910.

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

Color convert

RGB13453103-
CMYK00.600.230.47
HSL322.96º43.32%36.67%-
HSV(B)322.96º60.45%52.55%-
XYZ13.558.5913.78-
YUV82.92139.34164.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=46.21%
G=18.28%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345310300.600.230.47322.9643.3236.67
Hex86356703C172F1432b25
Octal2066514707427575035345
Binary100001101101011100111011110010111101111101000011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863567; }

 p { color: rgb(134,53,103); }

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

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

 a { background-color: rgb(134,53,103); }

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

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

 span { border-color: rgb(134,53,103); }

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