#861E4E

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

Shades of Rose Bud Cherry #861E4E

Tints of Rose Bud Cherry #861E4E

Color information

#861E4E (or 0x861E4E) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1E and 4E. RGB value is (134,30,78). Sum of RGB (Red+Green+Blue) = 134+30+78=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #861E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E4E is #79E1B1. Grayscale: #424242. Windows color (decimal): -7987634 or 5119622. OLE color: 5119622.

HSL color Cylindrical-coordinate representation of color #861E4E: hue angle of 332.31º 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 #861E4E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1343078-
CMYK00.780.420.47
HSL332.31º63.41%32.16%-
HSV(B)332.31º77.61%52.55%-
XYZ11.676.557.86-
YUV66.57134.46176.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 30 (12.11% from 255) = 12.40%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=55.37%
G=12.40%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134307800.780.420.47332.3163.4132.16
Hex861E4E04E2A2F14c3f20
Octal20636116011652575147740
Binary1000011011110100111001001110101010101111101001100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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