#863253

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

Shades of Rose Bud Cherry #863253

Tints of Rose Bud Cherry #863253

Color information

#863253 (or 0x863253) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 32 and 53. RGB value is (134,50,83). Sum of RGB (Red+Green+Blue) = 134+50+83=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #863253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863253 is #79CDAC. Grayscale: #4E4E4E. Windows color (decimal): -7982509 or 5452422. OLE color: 5452422.

HSL color Cylindrical-coordinate representation of color #863253: hue angle of 336.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863253 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1345083-
CMYK00.630.380.47
HSL336.43º45.65%36.08%-
HSV(B)336.43º62.69%52.55%-
XYZ12.537.979.06-
YUV78.88130.33167.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=50.19%
G=18.73%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134508300.630.380.47336.4345.6536.08
Hex86325303F262F1502e24
Octal2066212307746575205644
Binary1000011011001010100110111111100110101111101010000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863253; }

 p { color: rgb(134,50,83); }

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

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

 a { background-color: rgb(134,50,83); }

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

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

 span { border-color: rgb(134,50,83); }

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