#832861

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

Shades of Rose Bud Cherry #832861

Tints of Rose Bud Cherry #832861

Color information

#832861 (or 0x832861) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 28 and 61. RGB value is (131,40,97). Sum of RGB (Red+Green+Blue) = 131+40+97=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #832861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832861 is #7CD79E. Grayscale: #494949. Windows color (decimal): -8181663 or 6367363. OLE color: 6367363.

HSL color Cylindrical-coordinate representation of color #832861: hue angle of 322.42º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #832861 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1314097-
CMYK00.690.260.49
HSL322.42º53.22%33.53%-
HSV(B)322.42º69.47%51.37%-
XYZ12.287.2112.05-
YUV73.71141.15168.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.88%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=48.88%
G=14.93%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131409700.690.260.49322.4253.2233.53
Hex8328610451A311423522
Octal20350141010532615026542
Binary1000001110100011000010100010111010110001101000010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832861; }

 p { color: rgb(131,40,97); }

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

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

 a { background-color: rgb(131,40,97); }

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

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

 span { border-color: rgb(131,40,97); }

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