#81365E

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

Shades of Rose Bud Cherry #81365E

Tints of Rose Bud Cherry #81365E

Color information

#81365E (or 0x81365E) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 36 and 5E. RGB value is (129,54,94). Sum of RGB (Red+Green+Blue) = 129+54+94=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81365E is #7EC9A1. Grayscale: #505050. Windows color (decimal): -8309154 or 6174337. OLE color: 6174337.

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

Color convert

RGB1295494-
CMYK00.580.270.49
HSL328º40.98%35.88%-
HSV(B)328º58.14%50.59%-
XYZ12.398.1111.5-
YUV80.98135.35162.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=46.57%
G=19.49%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129549400.580.270.4932840.9835.88
Hex81365E03A1B311482924
Octal2016613607233615105144
Binary100000011101101011110011101011011110001101001000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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