#832C63

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

Shades of Rose Bud Cherry #832C63

Tints of Rose Bud Cherry #832C63

Color information

#832C63 (or 0x832C63) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2C and 63. RGB value is (131,44,99). Sum of RGB (Red+Green+Blue) = 131+44+99=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #832C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C63 is #7CD39C. Grayscale: #4C4C4C. Windows color (decimal): -8180637 or 6499459. OLE color: 6499459.

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

Color convert

RGB1314499-
CMYK00.660.240.49
HSL322.07º49.71%34.31%-
HSV(B)322.07º66.41%51.37%-
XYZ12.517.5312.6-
YUV76.28140.82167.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 44 (17.58% from 255) = 16.06%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=47.81%
G=16.06%
B=36.13%

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
Decimal131449900.660.240.49322.0749.7134.31
Hex832C6304218311423222
Octal20354143010230615026242
Binary1000001110110011000110100001011000110001101000010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,44,99); }

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

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

 a { background-color: rgb(131,44,99); }

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

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

 span { border-color: rgb(131,44,99); }

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