#86305A

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

Shades of Rose Bud Cherry #86305A

Tints of Rose Bud Cherry #86305A

Color information

#86305A (or 0x86305A) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 30 and 5A. RGB value is (134,48,90). Sum of RGB (Red+Green+Blue) = 134+48+90=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #86305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86305A is #79CFA5. Grayscale: #4E4E4E. Windows color (decimal): -7983014 or 5910662. OLE color: 5910662.

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

Color convert

RGB1344890-
CMYK00.640.330.47
HSL330.7º47.25%35.69%-
HSV(B)330.7º64.18%52.55%-
XYZ12.737.9210.53-
YUV78.5134.49167.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=49.26%
G=17.65%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134489000.640.330.47330.747.2535.69
Hex86305A040212F14b2f24
Octal20660132010041575135744
Binary10000110110000101101001000000100001101111101001011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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