#823C5A

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

Shades of Rose Bud Cherry #823C5A

Tints of Rose Bud Cherry #823C5A

Color information

#823C5A (or 0x823C5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 3C and 5A. RGB value is (130,60,90). Sum of RGB (Red+Green+Blue) = 130+60+90=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #823C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823C5A is #7DC3A5. Grayscale: #545454. Windows color (decimal): -8242086 or 5913730. OLE color: 5913730.

HSL color Cylindrical-coordinate representation of color #823C5A: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #823C5A is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1306090-
CMYK00.540.310.49
HSL334.29º36.84%37.25%-
HSV(B)334.29º53.85%50.98%-
XYZ12.678.7210.69-
YUV84.35131.19160.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=46.43%
G=21.43%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130609000.540.310.49334.2936.8437.25
Hex823C5A0361F3114e2525
Octal2027413206637615164545
Binary100000101111001011010011011011111110001101001110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823C5A; }

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

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

<style>
 a { background-color: #823C5A; }

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

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

<style>
 span { border-color: #823C5A; }

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

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