#721036

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

Shades of Claret #721036

Tints of Claret #721036

Color information

#721036 (or 0x721036) is unknown color: approx Claret. HEX triplet: 72, 10 and 36. RGB value is (114,16,54). Sum of RGB (Red+Green+Blue) = 114+16+54=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #721036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721036 is #8DEFC9. Grayscale: #313131. Windows color (decimal): -9301962 or 3543154. OLE color: 3543154.

HSL color Cylindrical-coordinate representation of color #721036: hue angle of 336.73º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721036 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1141654-
CMYK00.860.530.55
HSL336.73º75.38%25.49%-
HSV(B)336.73º85.96%44.71%-
XYZ7.794.213.89-
YUV49.63130.47173.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 16 (6.64% from 255) = 8.70%
BLUE value IS 54 (21.48% from 255) = 29.35%
R=61.96%
G=8.70%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114165400.860.530.55336.7375.3825.49
Hex72103605635371514b19
Octal16220660126656752111331
Binary11100101000011011001010110110101110111101010001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721036; }

 p { color: rgb(114,16,54); }

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

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

 a { background-color: rgb(114,16,54); }

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

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

 span { border-color: rgb(114,16,54); }

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