#83385F

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

Shades of Rose Bud Cherry #83385F

Tints of Rose Bud Cherry #83385F

Color information

#83385F (or 0x83385F) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 38 and 5F. RGB value is (131,56,95). Sum of RGB (Red+Green+Blue) = 131+56+95=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #83385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83385F is #7CC7A0. Grayscale: #525252. Windows color (decimal): -8177569 or 6240387. OLE color: 6240387.

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

Color convert

RGB1315695-
CMYK00.570.270.49
HSL328.8º40.11%36.67%-
HSV(B)328.8º57.25%51.37%-
XYZ12.848.4811.79-
YUV82.87134.85162.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=46.45%
G=19.86%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131569500.570.270.49328.840.1136.67
Hex83385F0391B311492825
Octal2037013707133615115045
Binary100000111110001011111011100111011110001101001001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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