#810F38

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

Shades of Claret #810F38

Tints of Claret #810F38

Color information

#810F38 (or 0x810F38) is unknown color: approx Claret. HEX triplet: 81, 0F and 38. RGB value is (129,15,56). Sum of RGB (Red+Green+Blue) = 129+15+56=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #810F38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F38 is #7EF0C7. Grayscale: #353535. Windows color (decimal): -8319176 or 3673985. OLE color: 3673985.

HSL color Cylindrical-coordinate representation of color #810F38: hue angle of 338.42º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F38 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1291556-
CMYK00.880.570.49
HSL338.42º79.17%28.24%-
HSV(B)338.42º88.37%50.59%-
XYZ9.945.294.24-
YUV53.76129.27181.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 64.5%
GREEN value IS 15 (6.25% from 255) = 7.5%
BLUE value IS 56 (22.27% from 255) = 28%
R=64.5%
G=7.5%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129155600.880.570.49338.4279.1728.24
Hex81F3805839311524f1c
Octal20117700130716152211734
Binary10000001111111100001011000111001110001101010010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810F38; }

 p { color: rgb(129,15,56); }

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

<style>
 a { background-color: #810F38; }

 a { background-color: rgb(129,15,56); }

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

<style>
 span { border-color: #810F38; }

 span { border-color: rgb(129,15,56); }

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