#801235

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

Shades of Claret #801235

Tints of Claret #801235

Color information

#801235 (or 0x801235) is unknown color: approx Claret. HEX triplet: 80, 12 and 35. RGB value is (128,18,53). Sum of RGB (Red+Green+Blue) = 128+18+53=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #801235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801235 is #7FEDCA. Grayscale: #363636. Windows color (decimal): -8383947 or 3478144. OLE color: 3478144.

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

Color convert

RGB1281853-
CMYK00.860.590.50
HSL340.91º75.34%28.63%-
HSV(B)340.91º85.94%50.2%-
XYZ9.765.283.87-
YUV54.88126.94180.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.32%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=64.32%
G=9.05%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128185300.860.590.50340.9175.3428.63
Hex8012350563B321554b1d
Octal20022650126736252511335
Binary100000001001011010101010110111011110010101010101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801235; }

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

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

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

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

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

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

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

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