#82365C

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

Shades of Rose Bud Cherry #82365C

Tints of Rose Bud Cherry #82365C

Color information

#82365C (or 0x82365C) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 36 and 5C. RGB value is (130,54,92). Sum of RGB (Red+Green+Blue) = 130+54+92=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82365C is #7DC9A3. Grayscale: #505050. Windows color (decimal): -8243620 or 6043266. OLE color: 6043266.

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

Color convert

RGB1305492-
CMYK00.580.290.49
HSL330º41.3%36.08%-
HSV(B)330º58.46%50.98%-
XYZ12.468.1611.04-
YUV81.06134.18162.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=47.10%
G=19.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130549200.580.290.4933041.336.08
Hex82365C03A1D3114a2924
Octal2026613407235615125144
Binary100000101101101011100011101011101110001101001010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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