#861250

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

Shades of Rose Bud Cherry #861250

Tints of Rose Bud Cherry #861250

Color information

#861250 (or 0x861250) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 12 and 50. RGB value is (134,18,80). Sum of RGB (Red+Green+Blue) = 134+18+80=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #861250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861250 is #79EDAF. Grayscale: #3B3B3B. Windows color (decimal): -7990704 or 5247622. OLE color: 5247622.

HSL color Cylindrical-coordinate representation of color #861250: hue angle of 327.93º 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 #861250 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1341880-
CMYK00.870.400.47
HSL327.93º76.32%29.8%-
HSV(B)327.93º86.57%52.55%-
XYZ11.56.088.16-
YUV59.75139.43180.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=57.76%
G=7.76%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134188000.870.400.47327.9376.3229.8
Hex861250057282F1484c1e
Octal206221200127505751011436
Binary1000011010010101000001010111101000101111101001000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861250; }

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

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

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

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

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

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

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

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