#832750

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

Shades of Rose Bud Cherry #832750

Tints of Rose Bud Cherry #832750

Color information

#832750 (or 0x832750) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 27 and 50. RGB value is (131,39,80). Sum of RGB (Red+Green+Blue) = 131+39+80=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #832750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832750 is #7CD8AF. Grayscale: #474747. Windows color (decimal): -8181936 or 5252995. OLE color: 5252995.

HSL color Cylindrical-coordinate representation of color #832750: hue angle of 333.26º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832750 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1313980-
CMYK00.700.390.49
HSL333.26º54.12%33.33%-
HSV(B)333.26º70.23%51.37%-
XYZ11.536.868.3-
YUV71.18132.98170.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.4%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 80 (31.64% from 255) = 32%
R=52.4%
G=15.6%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131398000.700.390.49333.2654.1233.33
Hex832750046273114d3621
Octal20347120010647615156641
Binary10000011100111101000001000110100111110001101001101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832750; }

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

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

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

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

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

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

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

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