#86235D

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

Shades of Rose Bud Cherry #86235D

Tints of Rose Bud Cherry #86235D

Color information

#86235D (or 0x86235D) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 23 and 5D. RGB value is (134,35,93). Sum of RGB (Red+Green+Blue) = 134+35+93=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86235D is #79DCA2. Grayscale: #474747. Windows color (decimal): -7986339 or 6103942. OLE color: 6103942.

HSL color Cylindrical-coordinate representation of color #86235D: hue angle of 324.85º 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 #86235D is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1343593-
CMYK00.740.310.47
HSL324.85º58.58%33.14%-
HSV(B)324.85º73.88%52.55%-
XYZ12.417.0611.06-
YUV71.21140.3172.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.15%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=51.15%
G=13.36%
B=35.50%

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
Decimal134359300.740.310.47324.8558.5833.14
Hex86235D04A1F2F1453b21
Octal20643135011237575057341
Binary1000011010001110111010100101011111101111101000101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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