#81265E

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

Shades of Rose Bud Cherry #81265E

Tints of Rose Bud Cherry #81265E

Color information

#81265E (or 0x81265E) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 26 and 5E. RGB value is (129,38,94). Sum of RGB (Red+Green+Blue) = 129+38+94=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #81265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81265E is #7ED9A1. Grayscale: #474747. Windows color (decimal): -8313250 or 6170241. OLE color: 6170241.

HSL color Cylindrical-coordinate representation of color #81265E: hue angle of 323.08º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81265E is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1293894-
CMYK00.710.270.49
HSL323.08º54.49%32.75%-
HSV(B)323.08º70.54%50.59%-
XYZ11.776.8611.29-
YUV71.59140.65168.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=49.43%
G=14.56%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129389400.710.270.49323.0854.4932.75
Hex81265E0471B311433621
Octal20146136010733615036641
Binary1000000110011010111100100011111011110001101000011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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