#81395F

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

Shades of Rose Bud Cherry #81395F

Tints of Rose Bud Cherry #81395F

Color information

#81395F (or 0x81395F) is unknown color: approx Rose Bud Cherry. HEX triplet: 81, 39 and 5F. RGB value is (129,57,95). Sum of RGB (Red+Green+Blue) = 129+57+95=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #81395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81395F is #7EC6A0. Grayscale: #525252. Windows color (decimal): -8308385 or 6240641. OLE color: 6240641.

HSL color Cylindrical-coordinate representation of color #81395F: hue angle of 328.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81395F is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1295795-
CMYK00.560.260.49
HSL328.33º38.71%36.47%-
HSV(B)328.33º55.81%50.59%-
XYZ12.588.4211.79-
YUV82.86134.85160.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=45.91%
G=20.28%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129579500.560.260.49328.3338.7136.47
Hex81395F0381A311482724
Octal2017113707032615104744
Binary100000011110011011111011100011010110001101001000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81395F; }

 p { color: rgb(129,57,95); }

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

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

 a { background-color: rgb(129,57,95); }

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

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

 span { border-color: rgb(129,57,95); }

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