#832E62

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

Shades of Rose Bud Cherry #832E62

Tints of Rose Bud Cherry #832E62

Color information

#832E62 (or 0x832E62) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2E and 62. RGB value is (131,46,98). Sum of RGB (Red+Green+Blue) = 131+46+98=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #832E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832E62 is #7CD19D. Grayscale: #4D4D4D. Windows color (decimal): -8180126 or 6434435. OLE color: 6434435.

HSL color Cylindrical-coordinate representation of color #832E62: hue angle of 323.29º 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 #832E62 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1314698-
CMYK00.650.250.49
HSL323.29º48.02%34.71%-
HSV(B)323.29º64.89%51.37%-
XYZ12.547.6612.37-
YUV77.34139.66166.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=47.64%
G=16.73%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131469800.650.250.49323.2948.0234.71
Hex832E6204119311433023
Octal20356142010131615036043
Binary1000001110111011000100100000111001110001101000011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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