#721437

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

Shades of Claret #721437

Tints of Claret #721437

Color information

#721437 (or 0x721437) is unknown color: approx Claret. HEX triplet: 72, 14 and 37. RGB value is (114,20,55). Sum of RGB (Red+Green+Blue) = 114+20+55=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #721437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721437 is #8DEBC8. Grayscale: #343434. Windows color (decimal): -9300937 or 3609714. OLE color: 3609714.

HSL color Cylindrical-coordinate representation of color #721437: hue angle of 337.66º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721437 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1142055-
CMYK00.820.520.55
HSL337.66º70.15%26.27%-
HSV(B)337.66º82.46%44.71%-
XYZ7.884.354.04-
YUV52.1129.64172.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 55 (21.88% from 255) = 29.10%
R=60.32%
G=10.58%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114205500.820.520.55337.6670.1526.27
Hex7214370523437152461a
Octal16224670122646752210632
Binary11100101010011011101010010110100110111101010010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721437; }

 p { color: rgb(114,20,55); }

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

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

 a { background-color: rgb(114,20,55); }

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

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

 span { border-color: rgb(114,20,55); }

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