#823161

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

Shades of Rose Bud Cherry #823161

Tints of Rose Bud Cherry #823161

Color information

#823161 (or 0x823161) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 31 and 61. RGB value is (130,49,97). Sum of RGB (Red+Green+Blue) = 130+49+97=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #823161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823161 is #7DCE9E. Grayscale: #4E4E4E. Windows color (decimal): -8244895 or 6369666. OLE color: 6369666.

HSL color Cylindrical-coordinate representation of color #823161: hue angle of 324.44º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823161 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1304997-
CMYK00.620.250.49
HSL324.44º45.25%35.1%-
HSV(B)324.44º62.31%50.98%-
XYZ12.467.8112.16-
YUV78.69138.34164.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=47.10%
G=17.75%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130499700.620.250.49324.4445.2535.1
Hex82316103E19311442d23
Octal2026114107631615045543
Binary100000101100011100001011111011001110001101000100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823161; }

 p { color: rgb(130,49,97); }

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

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

 a { background-color: rgb(130,49,97); }

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

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

 span { border-color: rgb(130,49,97); }

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