#86235C

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

Shades of Rose Bud Cherry #86235C

Tints of Rose Bud Cherry #86235C

Color information

#86235C (or 0x86235C) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 23 and 5C. RGB value is (134,35,92). Sum of RGB (Red+Green+Blue) = 134+35+92=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86235C is #79DCA3. Grayscale: #464646. Windows color (decimal): -7986340 or 6038406. OLE color: 6038406.

HSL color Cylindrical-coordinate representation of color #86235C: hue angle of 325.45º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86235C is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1343592-
CMYK00.740.310.47
HSL325.45º58.58%33.14%-
HSV(B)325.45º73.88%52.55%-
XYZ12.367.0410.83-
YUV71.1139.8172.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=51.34%
G=13.41%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134359200.740.310.47325.4558.5833.14
Hex86235C04A1F2F1453b21
Octal20643134011237575057341
Binary1000011010001110111000100101011111101111101000101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86235C; }

 p { color: rgb(134,35,92); }

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

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

 a { background-color: rgb(134,35,92); }

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

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

 span { border-color: rgb(134,35,92); }

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