#862A5F

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

Shades of Rose Bud Cherry #862A5F

Tints of Rose Bud Cherry #862A5F

Color information

#862A5F (or 0x862A5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 2A and 5F. RGB value is (134,42,95). Sum of RGB (Red+Green+Blue) = 134+42+95=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #862A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862A5F is #79D5A0. Grayscale: #4B4B4B. Windows color (decimal): -7984545 or 6236806. OLE color: 6236806.

HSL color Cylindrical-coordinate representation of color #862A5F: hue angle of 325.43º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862A5F is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1344295-
CMYK00.690.290.47
HSL325.43º52.27%34.51%-
HSV(B)325.43º68.66%52.55%-
XYZ12.737.5511.61-
YUV75.55138.98169.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=49.45%
G=15.50%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134429500.690.290.47325.4352.2734.51
Hex862A5F0451D2F1453423
Octal20652137010535575056443
Binary1000011010101010111110100010111101101111101000101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862A5F; }

 p { color: rgb(134,42,95); }

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

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

 a { background-color: rgb(134,42,95); }

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

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

 span { border-color: rgb(134,42,95); }

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