#801C3E

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

Shades of Claret #801C3E

Tints of Claret #801C3E

Color information

#801C3E (or 0x801C3E) is unknown color: approx Claret. HEX triplet: 80, 1C and 3E. RGB value is (128,28,62). Sum of RGB (Red+Green+Blue) = 128+28+62=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #801C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C3E is #7FE3C1. Grayscale: #3D3D3D. Windows color (decimal): -8381378 or 4070528. OLE color: 4070528.

HSL color Cylindrical-coordinate representation of color #801C3E: hue angle of 339.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C3E is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1282862-
CMYK00.780.520.50
HSL339.6º64.1%30.59%-
HSV(B)339.6º78.12%50.2%-
XYZ10.195.775.13-
YUV61.78128.13175.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.72%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=58.72%
G=12.84%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128286200.780.520.50339.664.130.59
Hex801C3E04E3432154401f
Octal20034760116646252410037
Binary100000001110011111001001110110100110010101010100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801C3E; }

 p { color: rgb(128,28,62); }

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

<style>
 a { background-color: #801C3E; }

 a { background-color: rgb(128,28,62); }

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

<style>
 span { border-color: #801C3E; }

 span { border-color: rgb(128,28,62); }

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