#82325C

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

Shades of Rose Bud Cherry #82325C

Tints of Rose Bud Cherry #82325C

Color information

#82325C (or 0x82325C) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 32 and 5C. RGB value is (130,50,92). Sum of RGB (Red+Green+Blue) = 130+50+92=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82325C is #7DCDA3. Grayscale: #4E4E4E. Windows color (decimal): -8244644 or 6042242. OLE color: 6042242.

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

Color convert

RGB1305092-
CMYK00.620.290.49
HSL328.5º44.44%35.29%-
HSV(B)328.5º61.54%50.98%-
XYZ12.287.810.98-
YUV78.71135.5164.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=47.79%
G=18.38%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130509200.620.290.49328.544.4435.29
Hex82325C03E1D311482c23
Octal2026213407635615105443
Binary100000101100101011100011111011101110001101001000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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