#832754

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

Shades of Rose Bud Cherry #832754

Tints of Rose Bud Cherry #832754

Color information

#832754 (or 0x832754) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 27 and 54. RGB value is (131,39,84). Sum of RGB (Red+Green+Blue) = 131+39+84=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #832754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832754 is #7CD8AB. Grayscale: #474747. Windows color (decimal): -8181932 or 5515139. OLE color: 5515139.

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

Color convert

RGB1313984-
CMYK00.700.360.49
HSL330.65º54.12%33.33%-
HSV(B)330.65º70.23%51.37%-
XYZ11.696.929.11-
YUV71.64134.98170.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=51.57%
G=15.35%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131398400.700.360.49330.6554.1233.33
Hex832754046243114b3621
Octal20347124010644615136641
Binary10000011100111101010001000110100100110001101001011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832754; }

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

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

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

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

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

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

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

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