#832E5D

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

Shades of Rose Bud Cherry #832E5D

Tints of Rose Bud Cherry #832E5D

Color information

#832E5D (or 0x832E5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2E and 5D. RGB value is (131,46,93). Sum of RGB (Red+Green+Blue) = 131+46+93=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #832E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E5D is #7CD1A2. Grayscale: #4C4C4C. Windows color (decimal): -8180131 or 6106755. OLE color: 6106755.

HSL color Cylindrical-coordinate representation of color #832E5D: hue angle of 326.82º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #832E5D is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1314693-
CMYK00.650.290.49
HSL326.82º48.02%34.71%-
HSV(B)326.82º64.89%51.37%-
XYZ12.317.5711.17-
YUV76.77137.16166.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=48.52%
G=17.04%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131469300.650.290.49326.8248.0234.71
Hex832E5D0411D311473023
Octal20356135010135615076043
Binary1000001110111010111010100000111101110001101000111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832E5D; }

 p { color: rgb(131,46,93); }

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

<style>
 a { background-color: #832E5D; }

 a { background-color: rgb(131,46,93); }

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

<style>
 span { border-color: #832E5D; }

 span { border-color: rgb(131,46,93); }

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