#861f52

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

Shades of Rose Bud Cherry #861F52

Tints of Rose Bud Cherry #861F52

Color information

#861F52 (or 0x861F52) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1F and 52. RGB value is (134,31,82). Sum of RGB (Red+Green+Blue) = 134+31+82=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #861F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F52 is #79E0AD. Grayscale: #434343. Windows color (decimal): -7987374 or 5382022. OLE color: 5382022.

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

Color convert

RGB1343182-
CMYK00.770.390.47
HSL330.29º62.42%32.35%-
HSV(B)330.29º76.87%52.55%-
XYZ11.846.668.64-
YUV67.61136.12175.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 31 (12.5% from 255) = 12.55%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=54.25%
G=12.55%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134318200.770.390.47330.2962.4232.35
Hex861F5204D272F14a3e20
Octal20637122011547575127640
Binary1000011011111101001001001101100111101111101001010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861f52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,31,82); }

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

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

 a { background-color: rgb(134,31,82); }

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

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

 span { border-color: rgb(134,31,82); }

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