#82365A

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

Shades of Rose Bud Cherry #82365A

Tints of Rose Bud Cherry #82365A

Color information

#82365A (or 0x82365A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 36 and 5A. RGB value is (130,54,90). Sum of RGB (Red+Green+Blue) = 130+54+90=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82365A is #7DC9A5. Grayscale: #505050. Windows color (decimal): -8243622 or 5912194. OLE color: 5912194.

HSL color Cylindrical-coordinate representation of color #82365A: hue angle of 331.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82365A is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1305490-
CMYK00.580.310.49
HSL331.58º41.3%36.08%-
HSV(B)331.58º58.46%50.98%-
XYZ12.378.1210.59-
YUV80.83133.18163.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=47.45%
G=19.71%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130549000.580.310.49331.5841.336.08
Hex82365A03A1F3114c2924
Octal2026613207237615145144
Binary100000101101101011010011101011111110001101001100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82365A; }

 p { color: rgb(130,54,90); }

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

<style>
 a { background-color: #82365A; }

 a { background-color: rgb(130,54,90); }

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

<style>
 span { border-color: #82365A; }

 span { border-color: rgb(130,54,90); }

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