#82325D

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

Shades of Rose Bud Cherry #82325D

Tints of Rose Bud Cherry #82325D

Color information

#82325D (or 0x82325D) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 32 and 5D. RGB value is (130,50,93). Sum of RGB (Red+Green+Blue) = 130+50+93=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82325D is #7DCDA2. Grayscale: #4E4E4E. Windows color (decimal): -8244643 or 6107778. OLE color: 6107778.

HSL color Cylindrical-coordinate representation of color #82325D: hue angle of 327.75º degrees, saturation: 0.44, 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 #82325D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1305093-
CMYK00.620.280.49
HSL327.75º44.44%35.29%-
HSV(B)327.75º61.54%50.98%-
XYZ12.327.8211.22-
YUV78.82136164.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=47.62%
G=18.32%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130509300.620.280.49327.7544.4435.29
Hex82325D03E1C311482c23
Octal2026213507634615105443
Binary100000101100101011101011111011100110001101001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82325D; }

 p { color: rgb(130,50,93); }

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

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

 a { background-color: rgb(130,50,93); }

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

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

 span { border-color: rgb(130,50,93); }

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