#81193D

Color #81193D Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #81193D

Tints of Claret #81193D

Color information

#81193D (or 0x81193D) is unknown color: approx Claret. HEX triplet: 81, 19 and 3D. RGB value is (129,25,61). Sum of RGB (Red+Green+Blue) = 129+25+61=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #81193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81193D is #7EE6C2. Grayscale: #3C3C3C. Windows color (decimal): -8316611 or 4004225. OLE color: 4004225.

HSL color Cylindrical-coordinate representation of color #81193D: hue angle of 339.23º 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 #81193D is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1292561-
CMYK00.810.530.49
HSL339.23º67.53%30.2%-
HSV(B)339.23º80.62%50.59%-
XYZ10.245.74.98-
YUV60.2128.46177.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=60%
G=11.63%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129256100.810.530.49339.2367.5330.2
Hex81193D0513531153441e
Octal20131750121656152310436
Binary100000011100111110101010001110101110001101010011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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