#862750

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

Shades of Rose Bud Cherry #862750

Tints of Rose Bud Cherry #862750

Color information

#862750 (or 0x862750) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 27 and 50. RGB value is (134,39,80). Sum of RGB (Red+Green+Blue) = 134+39+80=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #862750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862750 is #79D8AF. Grayscale: #484848. Windows color (decimal): -7985328 or 5252998. OLE color: 5252998.

HSL color Cylindrical-coordinate representation of color #862750: hue angle of 334.11º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862750 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1343980-
CMYK00.710.400.47
HSL334.11º54.91%33.92%-
HSV(B)334.11º70.9%52.55%-
XYZ12.017.18.33-
YUV72.08132.47172.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=52.96%
G=15.42%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134398000.710.400.47334.1154.9133.92
Hex862750047282F14e3722
Octal20647120010750575166742
Binary10000110100111101000001000111101000101111101001110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862750; }

 p { color: rgb(134,39,80); }

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

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

 a { background-color: rgb(134,39,80); }

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

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

 span { border-color: rgb(134,39,80); }

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