#86375A

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

Shades of Rose Bud Cherry #86375A

Tints of Rose Bud Cherry #86375A

Color information

#86375A (or 0x86375A) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 37 and 5A. RGB value is (134,55,90). Sum of RGB (Red+Green+Blue) = 134+55+90=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86375A is #79C8A5. Grayscale: #525252. Windows color (decimal): -7981222 or 5912454. OLE color: 5912454.

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

Color convert

RGB1345590-
CMYK00.590.330.47
HSL333.42º41.8%37.06%-
HSV(B)333.42º58.96%52.55%-
XYZ13.048.5410.63-
YUV82.61132.17164.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=48.03%
G=19.71%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134559000.590.330.47333.4241.837.06
Hex86375A03B212F14d2a25
Octal2066713207341575155245
Binary1000011011011110110100111011100001101111101001101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86375A; }

 p { color: rgb(134,55,90); }

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

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

 a { background-color: rgb(134,55,90); }

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

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

 span { border-color: rgb(134,55,90); }

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