#832D64

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

Shades of Rose Bud Cherry #832D64

Tints of Rose Bud Cherry #832D64

Color information

#832D64 (or 0x832D64) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2D and 64. RGB value is (131,45,100). Sum of RGB (Red+Green+Blue) = 131+45+100=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #832D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D64 is #7CD29B. Grayscale: #4C4C4C. Windows color (decimal): -8180380 or 6565251. OLE color: 6565251.

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

Color convert

RGB13145100-
CMYK00.660.240.49
HSL321.63º48.86%34.51%-
HSV(B)321.63º65.65%51.37%-
XYZ12.67.6212.86-
YUV76.98140.99166.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.46%
GREEN value IS 45 (17.97% from 255) = 16.30%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=47.46%
G=16.30%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314510000.660.240.49321.6348.8634.51
Hex832D6404218311423123
Octal20355144010230615026143
Binary1000001110110111001000100001011000110001101000010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,45,100); }

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

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

 a { background-color: rgb(131,45,100); }

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

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

 span { border-color: rgb(131,45,100); }

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