#832850

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

Shades of Rose Bud Cherry #832850

Tints of Rose Bud Cherry #832850

Color information

#832850 (or 0x832850) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 28 and 50. RGB value is (131,40,80). Sum of RGB (Red+Green+Blue) = 131+40+80=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #832850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832850 is #7CD7AF. Grayscale: #474747. Windows color (decimal): -8181680 or 5253251. OLE color: 5253251.

HSL color Cylindrical-coordinate representation of color #832850: hue angle of 333.63º 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 #832850 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1314080-
CMYK00.690.390.49
HSL333.63º53.22%33.53%-
HSV(B)333.63º69.47%51.37%-
XYZ11.576.928.32-
YUV71.77132.65170.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=52.19%
G=15.94%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131408000.690.390.49333.6353.2233.53
Hex832850045273114e3522
Octal20350120010547615166542
Binary10000011101000101000001000101100111110001101001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832850; }

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

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

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

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

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

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

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

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