#861255

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

Shades of Rose Bud Cherry #861255

Tints of Rose Bud Cherry #861255

Color information

#861255 (or 0x861255) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 12 and 55. RGB value is (134,18,85). Sum of RGB (Red+Green+Blue) = 134+18+85=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #861255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861255 is #79EDAA. Grayscale: #3C3C3C. Windows color (decimal): -7990699 or 5575302. OLE color: 5575302.

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

Color convert

RGB1341885-
CMYK00.870.370.47
HSL325.34º76.32%29.8%-
HSV(B)325.34º86.57%52.55%-
XYZ11.696.169.17-
YUV60.32141.93180.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=56.54%
G=7.59%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134188500.870.370.47325.3476.3229.8
Hex861255057252F1454c1e
Octal206221250127455750511436
Binary1000011010010101010101010111100101101111101000101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861255; }

 p { color: rgb(134,18,85); }

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

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

 a { background-color: rgb(134,18,85); }

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

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

 span { border-color: rgb(134,18,85); }

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