#82345B

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

Shades of Rose Bud Cherry #82345B

Tints of Rose Bud Cherry #82345B

Color information

#82345B (or 0x82345B) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 34 and 5B. RGB value is (130,52,91). Sum of RGB (Red+Green+Blue) = 130+52+91=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82345B is #7DCBA4. Grayscale: #4F4F4F. Windows color (decimal): -8244133 or 5977218. OLE color: 5977218.

HSL color Cylindrical-coordinate representation of color #82345B: hue angle of 330º 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 #82345B is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1305291-
CMYK00.600.300.49
HSL330º42.86%35.69%-
HSV(B)330º60%50.98%-
XYZ12.327.9610.78-
YUV79.77134.34163.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=47.62%
G=19.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130529100.600.300.4933042.8635.69
Hex82345B03C1E3114a2b24
Octal2026413307436615125344
Binary100000101101001011011011110011110110001101001010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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