#801639

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

Shades of Claret #801639

Tints of Claret #801639

Color information

#801639 (or 0x801639) is unknown color: approx Claret. HEX triplet: 80, 16 and 39. RGB value is (128,22,57). Sum of RGB (Red+Green+Blue) = 128+22+57=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #801639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801639 is #7FE9C6. Grayscale: #393939. Windows color (decimal): -8382919 or 3741312. OLE color: 3741312.

HSL color Cylindrical-coordinate representation of color #801639: hue angle of 340.19º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #801639 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1282257-
CMYK00.830.550.50
HSL340.19º70.67%29.41%-
HSV(B)340.19º82.81%50.2%-
XYZ9.935.464.4-
YUV57.68127.62178.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 57 (22.66% from 255) = 27.54%
R=61.84%
G=10.63%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128225700.830.550.50340.1970.6729.41
Hex8016390533732154471d
Octal20026710123676252410735
Binary100000001011011100101010011110111110010101010100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801639; }

 p { color: rgb(128,22,57); }

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

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

 a { background-color: rgb(128,22,57); }

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

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

 span { border-color: rgb(128,22,57); }

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