#82345C

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

Shades of Rose Bud Cherry #82345C

Tints of Rose Bud Cherry #82345C

Color information

#82345C (or 0x82345C) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 34 and 5C. RGB value is (130,52,92). Sum of RGB (Red+Green+Blue) = 130+52+92=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82345C is #7DCBA3. Grayscale: #4F4F4F. Windows color (decimal): -8244132 or 6042754. OLE color: 6042754.

HSL color Cylindrical-coordinate representation of color #82345C: hue angle of 329.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82345C is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1305292-
CMYK00.600.290.49
HSL329.23º42.86%35.69%-
HSV(B)329.23º60%50.98%-
XYZ12.377.9711.01-
YUV79.88134.84163.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=47.45%
G=18.98%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130529200.600.290.49329.2342.8635.69
Hex82345C03C1D311492b24
Octal2026413407435615115344
Binary100000101101001011100011110011101110001101001001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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