#801035

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

Shades of Claret #801035

Tints of Claret #801035

Color information

#801035 (or 0x801035) is unknown color: approx Claret. HEX triplet: 80, 10 and 35. RGB value is (128,16,53). Sum of RGB (Red+Green+Blue) = 128+16+53=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #801035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801035 is #7FEFCA. Grayscale: #353535. Windows color (decimal): -8384459 or 3477632. OLE color: 3477632.

HSL color Cylindrical-coordinate representation of color #801035: hue angle of 340.18º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801035 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB1281653-
CMYK00.880.590.50
HSL340.18º77.78%28.24%-
HSV(B)340.18º87.5%50.2%-
XYZ9.735.223.86-
YUV53.71127.61180.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.97%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=64.97%
G=8.12%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128165300.880.590.50340.1877.7828.24
Hex8010350583B321544e1c
Octal20020650130736252411634
Binary100000001000011010101011000111011110010101010100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801035; }

 p { color: rgb(128,16,53); }

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

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

 a { background-color: rgb(128,16,53); }

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

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

 span { border-color: rgb(128,16,53); }

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