#721A37

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

Shades of Claret #721A37

Tints of Claret #721A37

Color information

#721A37 (or 0x721A37) is unknown color: approx Claret. HEX triplet: 72, 1A and 37. RGB value is (114,26,55). Sum of RGB (Red+Green+Blue) = 114+26+55=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 55 (21.88% from 255 or 28.21% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #721A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A37 is #8DE5C8. Grayscale: #373737. Windows color (decimal): -9299401 or 3611250. OLE color: 3611250.

HSL color Cylindrical-coordinate representation of color #721A37: hue angle of 340.23º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A37 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1142655-
CMYK00.770.520.55
HSL340.23º62.86%27.45%-
HSV(B)340.23º77.19%44.71%-
XYZ84.594.08-
YUV55.62127.65169.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 55 (21.88% from 255) = 28.21%
R=58.46%
G=13.33%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114265500.770.520.55340.2362.8627.45
Hex721A3704D34371543f1b
Octal1623267011564675247733
Binary1110010110101101110100110111010011011110101010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A37; }

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

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

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

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

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

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

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

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