#81365B

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

Shades of Rose Bud Cherry #81365B

Tints of Rose Bud Cherry #81365B

Color information

#81365B (or 0x81365B) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 36 and 5B. RGB value is (129,54,91). Sum of RGB (Red+Green+Blue) = 129+54+91=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81365B is #7EC9A4. Grayscale: #505050. Windows color (decimal): -8309157 or 5977729. OLE color: 5977729.

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

Color convert

RGB1295491-
CMYK00.580.290.49
HSL330.4º40.98%35.88%-
HSV(B)330.4º58.14%50.59%-
XYZ12.268.0610.81-
YUV80.64133.85162.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=47.08%
G=19.71%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129549100.580.290.49330.440.9835.88
Hex81365B03A1D3114a2924
Octal2016613307235615125144
Binary100000011101101011011011101011101110001101001010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81365B; }

 p { color: rgb(129,54,91); }

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

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

 a { background-color: rgb(129,54,91); }

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

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

 span { border-color: rgb(129,54,91); }

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