#862053

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

Shades of Rose Bud Cherry #862053

Tints of Rose Bud Cherry #862053

Color information

#862053 (or 0x862053) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 20 and 53. RGB value is (134,32,83). Sum of RGB (Red+Green+Blue) = 134+32+83=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #862053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862053 is #79DFAC. Grayscale: #444444. Windows color (decimal): -7987117 or 5447814. OLE color: 5447814.

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

Color convert

RGB1343283-
CMYK00.760.380.47
HSL330º61.45%32.55%-
HSV(B)330º76.12%52.55%-
XYZ11.916.738.85-
YUV68.31136.29174.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 32 (12.89% from 255) = 12.85%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=53.82%
G=12.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134328300.760.380.4733061.4532.55
Hex86205304C262F14a3d21
Octal20640123011446575127541
Binary10000110100000101001101001100100110101111101001010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862053; }

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

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

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

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

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

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

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

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