#82375A

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

Shades of Rose Bud Cherry #82375A

Tints of Rose Bud Cherry #82375A

Color information

#82375A (or 0x82375A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 37 and 5A. RGB value is (130,55,90). Sum of RGB (Red+Green+Blue) = 130+55+90=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82375A is #7DC8A5. Grayscale: #515151. Windows color (decimal): -8243366 or 5912450. OLE color: 5912450.

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

Color convert

RGB1305590-
CMYK00.580.310.49
HSL332º40.54%36.27%-
HSV(B)332º57.69%50.98%-
XYZ12.428.2210.6-
YUV81.42132.85162.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=47.27%
G=20%
B=32.73%

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
Decimal130559000.580.310.4933240.5436.27
Hex82375A03A1F3114c2924
Octal2026713207237615145144
Binary100000101101111011010011101011111110001101001100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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