#82395D

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

Shades of Rose Bud Cherry #82395D

Tints of Rose Bud Cherry #82395D

Color information

#82395D (or 0x82395D) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 39 and 5D. RGB value is (130,57,93). Sum of RGB (Red+Green+Blue) = 130+57+93=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82395D is #7DC6A2. Grayscale: #525252. Windows color (decimal): -8242851 or 6109570. OLE color: 6109570.

HSL color Cylindrical-coordinate representation of color #82395D: hue angle of 330.41º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82395D is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1305793-
CMYK00.560.280.49
HSL330.41º39.04%36.67%-
HSV(B)330.41º56.15%50.98%-
XYZ12.648.4611.32-
YUV82.93133.68161.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 57 (22.66% from 255) = 20.36%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=46.43%
G=20.36%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130579300.560.280.49330.4139.0436.67
Hex82395D0381C3114a2725
Octal2027113507034615124745
Binary100000101110011011101011100011100110001101001010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82395D; }

 p { color: rgb(130,57,93); }

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

<style>
 a { background-color: #82395D; }

 a { background-color: rgb(130,57,93); }

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

<style>
 span { border-color: #82395D; }

 span { border-color: rgb(130,57,93); }

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