#86375C

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

Shades of Rose Bud Cherry #86375C

Tints of Rose Bud Cherry #86375C

Color information

#86375C (or 0x86375C) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 37 and 5C. RGB value is (134,55,92). Sum of RGB (Red+Green+Blue) = 134+55+92=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86375C is #79C8A3. Grayscale: #525252. Windows color (decimal): -7981220 or 6043526. OLE color: 6043526.

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

Color convert

RGB1345592-
CMYK00.590.310.47
HSL331.9º41.8%37.06%-
HSV(B)331.9º58.96%52.55%-
XYZ13.138.5711.09-
YUV82.84133.17164.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=47.69%
G=19.57%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134559200.590.310.47331.941.837.06
Hex86375C03B1F2F14c2a25
Octal2066713407337575145245
Binary100001101101111011100011101111111101111101001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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