#83325B

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

Shades of Rose Bud Cherry #83325B

Tints of Rose Bud Cherry #83325B

Color information

#83325B (or 0x83325B) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 32 and 5B. RGB value is (131,50,91). Sum of RGB (Red+Green+Blue) = 131+50+91=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #83325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83325B is #7CCDA4. Grayscale: #4E4E4E. Windows color (decimal): -8179109 or 5976707. OLE color: 5976707.

HSL color Cylindrical-coordinate representation of color #83325B: hue angle of 329.63º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83325B is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1315091-
CMYK00.620.310.49
HSL329.63º44.75%35.49%-
HSV(B)329.63º61.83%51.37%-
XYZ12.397.8610.76-
YUV78.89134.84165.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=48.16%
G=18.38%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131509100.620.310.49329.6344.7535.49
Hex83325B03E1F3114a2d23
Octal2036213307637615125543
Binary100000111100101011011011111011111110001101001010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83325B; }

 p { color: rgb(131,50,91); }

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

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

 a { background-color: rgb(131,50,91); }

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

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

 span { border-color: rgb(131,50,91); }

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