#811b3d

Color #811B3D Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #811B3D

Tints of Scarlett #811B3D

Color information

#811B3D (or 0x811B3D) is unknown color: approx Scarlett. HEX triplet: 81, 1B and 3D. RGB value is (129,27,61). Sum of RGB (Red+Green+Blue) = 129+27+61=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #811B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B3D is #7EE4C2. Grayscale: #3D3D3D. Windows color (decimal): -8316099 or 4004737. OLE color: 4004737.

HSL color Cylindrical-coordinate representation of color #811B3D: hue angle of 340º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B3D is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1292761-
CMYK00.790.530.49
HSL340º65.38%30.59%-
HSV(B)340º79.07%50.59%-
XYZ10.295.794.99-
YUV61.37127.79176.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.45%
GREEN value IS 27 (10.94% from 255) = 12.44%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=59.45%
G=12.44%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129276100.790.530.4934065.3830.59
Hex811B3D04F3531154411f
Octal20133750117656152410137
Binary100000011101111110101001111110101110001101010100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811b3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811b3d; }

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

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

<style>
 a { background-color: #811b3d; }

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

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

<style>
 span { border-color: #811b3d; }

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

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