#82375D

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

Shades of Rose Bud Cherry #82375D

Tints of Rose Bud Cherry #82375D

Color information

#82375D (or 0x82375D) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 37 and 5D. RGB value is (130,55,93). Sum of RGB (Red+Green+Blue) = 130+55+93=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82375D is #7DC8A2. Grayscale: #515151. Windows color (decimal): -8243363 or 6109058. OLE color: 6109058.

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

Color convert

RGB1305593-
CMYK00.580.280.49
HSL329.6º40.54%36.27%-
HSV(B)329.6º57.69%50.98%-
XYZ12.558.2711.29-
YUV81.76134.35162.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=46.76%
G=19.78%
B=33.45%

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
Decimal130559300.580.280.49329.640.5436.27
Hex82375D03A1C3114a2924
Octal2026713507234615125144
Binary100000101101111011101011101011100110001101001010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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