#811C2E

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

Shades of Scarlett #811C2E

Tints of Scarlett #811C2E

Color information

#811C2E (or 0x811C2E) is unknown color: approx Scarlett. HEX triplet: 81, 1C and 2E. RGB value is (129,28,46). Sum of RGB (Red+Green+Blue) = 129+28+46=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #811C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811C2E is #7EE3D1. Grayscale: #3C3C3C. Windows color (decimal): -8315858 or 3021953. OLE color: 3021953.

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

Color convert

RGB1292846-
CMYK00.780.640.49
HSL349.31º64.33%30.78%-
HSV(B)349.31º78.29%50.59%-
XYZ9.965.693.16-
YUV60.25119.96177.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=63.55%
G=13.79%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129284600.780.640.49349.3164.3330.78
Hex811C2E04E403115d401f
Octal201345601161006153510037
Binary1000000111100101110010011101000000110001101011101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,28,46); }

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

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

 a { background-color: rgb(129,28,46); }

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

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

 span { border-color: rgb(129,28,46); }

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