#813161

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

Shades of Rose Bud Cherry #813161

Tints of Rose Bud Cherry #813161

Color information

#813161 (or 0x813161) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 31 and 61. RGB value is (129,49,97). Sum of RGB (Red+Green+Blue) = 129+49+97=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #813161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813161 is #7ECE9E. Grayscale: #4E4E4E. Windows color (decimal): -8310431 or 6369665. OLE color: 6369665.

HSL color Cylindrical-coordinate representation of color #813161: hue angle of 324º 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 #813161 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1294997-
CMYK00.620.250.49
HSL324º44.94%34.9%-
HSV(B)324º62.02%50.59%-
XYZ12.317.7312.15-
YUV78.39138.5164.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=46.91%
G=17.82%
B=35.27%

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
Decimal129499700.620.250.4932444.9434.9
Hex81316103E19311442d23
Octal2016114107631615045543
Binary100000011100011100001011111011001110001101000100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813161; }

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

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

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

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

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

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

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

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