#83365F

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

Shades of Rose Bud Cherry #83365F

Tints of Rose Bud Cherry #83365F

Color information

#83365F (or 0x83365F) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 36 and 5F. RGB value is (131,54,95). Sum of RGB (Red+Green+Blue) = 131+54+95=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83365F is #7CC9A0. Grayscale: #515151. Windows color (decimal): -8178081 or 6239875. OLE color: 6239875.

HSL color Cylindrical-coordinate representation of color #83365F: hue angle of 328.05º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83365F is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1315495-
CMYK00.590.270.49
HSL328.05º41.62%36.27%-
HSV(B)328.05º58.78%51.37%-
XYZ12.748.2911.75-
YUV81.7135.51163.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=46.79%
G=19.29%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131549500.590.270.49328.0541.6236.27
Hex83365F03B1B311482a24
Octal2036613707333615105244
Binary100000111101101011111011101111011110001101001000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83365F; }

 p { color: rgb(131,54,95); }

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

<style>
 a { background-color: #83365F; }

 a { background-color: rgb(131,54,95); }

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

<style>
 span { border-color: #83365F; }

 span { border-color: rgb(131,54,95); }

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