#801638

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

Shades of Claret #801638

Tints of Claret #801638

Color information

#801638 (or 0x801638) is unknown color: approx Claret. HEX triplet: 80, 16 and 38. RGB value is (128,22,56). Sum of RGB (Red+Green+Blue) = 128+22+56=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #801638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801638 is #7FE9C7. Grayscale: #393939. Windows color (decimal): -8382920 or 3675776. OLE color: 3675776.

HSL color Cylindrical-coordinate representation of color #801638: hue angle of 340.75º 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 #801638 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB1282256-
CMYK00.830.560.50
HSL340.75º70.67%29.41%-
HSV(B)340.75º82.81%50.2%-
XYZ9.95.454.27-
YUV57.57127.12178.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.14%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 56 (22.27% from 255) = 27.18%
R=62.14%
G=10.68%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128225600.830.560.50340.7570.6729.41
Hex8016380533832155471d
Octal20026700123706252510735
Binary100000001011011100001010011111000110010101010101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801638; }

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

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

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

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

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

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

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

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