#81195D

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

Shades of Rose Bud Cherry #81195D

Tints of Rose Bud Cherry #81195D

Color information

#81195D (or 0x81195D) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 19 and 5D. RGB value is (129,25,93). Sum of RGB (Red+Green+Blue) = 129+25+93=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #81195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81195D is #7EE6A2. Grayscale: #3F3F3F. Windows color (decimal): -8316579 or 6101377. OLE color: 6101377.

HSL color Cylindrical-coordinate representation of color #81195D: hue angle of 320.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81195D is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1292593-
CMYK00.810.280.49
HSL320.77º67.53%30.2%-
HSV(B)320.77º80.62%50.59%-
XYZ11.386.1510.94-
YUV63.85144.46174.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=52.23%
G=10.12%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129259300.810.280.49320.7767.5330.2
Hex81195D0511C31141441e
Octal201311350121346150110436
Binary100000011100110111010101000111100110001101000001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81195D; }

 p { color: rgb(129,25,93); }

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

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

 a { background-color: rgb(129,25,93); }

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

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

 span { border-color: rgb(129,25,93); }

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