#861E5A

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

Shades of Rose Bud Cherry #861E5A

Tints of Rose Bud Cherry #861E5A

Color information

#861E5A (or 0x861E5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1E and 5A. RGB value is (134,30,90). Sum of RGB (Red+Green+Blue) = 134+30+90=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #861E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E5A is #79E1A5. Grayscale: #434343. Windows color (decimal): -7987622 or 5906054. OLE color: 5906054.

HSL color Cylindrical-coordinate representation of color #861E5A: hue angle of 325.38º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E5A is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1343090-
CMYK00.780.330.47
HSL325.38º63.41%32.16%-
HSV(B)325.38º77.61%52.55%-
XYZ12.146.7410.33-
YUV67.94140.46175.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 30 (12.11% from 255) = 11.81%
BLUE value IS 90 (35.55% from 255) = 35.43%
R=52.76%
G=11.81%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134309000.780.330.47325.3863.4132.16
Hex861E5A04E212F1453f20
Octal20636132011641575057740
Binary1000011011110101101001001110100001101111101000101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861E5A; }

 p { color: rgb(134,30,90); }

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

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

 a { background-color: rgb(134,30,90); }

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

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

 span { border-color: rgb(134,30,90); }

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