#861953

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

Shades of Rose Bud Cherry #861953

Tints of Rose Bud Cherry #861953

Color information

#861953 (or 0x861953) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 19 and 53. RGB value is (134,25,83). Sum of RGB (Red+Green+Blue) = 134+25+83=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #861953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861953 is #79E6AC. Grayscale: #404040. Windows color (decimal): -7988909 or 5446022. OLE color: 5446022.

HSL color Cylindrical-coordinate representation of color #861953: hue angle of 328.07º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861953 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1342583-
CMYK00.810.380.47
HSL328.07º68.55%31.18%-
HSV(B)328.07º81.34%52.55%-
XYZ11.746.398.8-
YUV64.2138.61177.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 83 (32.81% from 255) = 34.30%
R=55.37%
G=10.33%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134258300.810.380.47328.0768.5531.18
Hex861953051262F148451f
Octal206311230121465751010537
Binary1000011011001101001101010001100110101111101001000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861953; }

 p { color: rgb(134,25,83); }

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

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

 a { background-color: rgb(134,25,83); }

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

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

 span { border-color: rgb(134,25,83); }

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