#82365E

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

Shades of Rose Bud Cherry #82365E

Tints of Rose Bud Cherry #82365E

Color information

#82365E (or 0x82365E) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 36 and 5E. RGB value is (130,54,94). Sum of RGB (Red+Green+Blue) = 130+54+94=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82365E is #7DC9A1. Grayscale: #515151. Windows color (decimal): -8243618 or 6174338. OLE color: 6174338.

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

Color convert

RGB1305494-
CMYK00.580.280.49
HSL328.42º41.3%36.08%-
HSV(B)328.42º58.46%50.98%-
XYZ12.558.1911.51-
YUV81.28135.18162.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=46.76%
G=19.42%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130549400.580.280.49328.4241.336.08
Hex82365E03A1C311482924
Octal2026613607234615105144
Binary100000101101101011110011101011100110001101001000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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