#721B37

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

Shades of Claret #721B37

Tints of Claret #721B37

Color information

#721B37 (or 0x721B37) is unknown color: approx Claret. HEX triplet: 72, 1B and 37. RGB value is (114,27,55). Sum of RGB (Red+Green+Blue) = 114+27+55=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 27 (10.94% from 255 or 13.78% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #721B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B37 is #8DE4C8. Grayscale: #383838. Windows color (decimal): -9299145 or 3611506. OLE color: 3611506.

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

Color convert

RGB1142755-
CMYK00.760.520.55
HSL340.69º61.7%27.65%-
HSV(B)340.69º76.32%44.71%-
XYZ8.024.644.09-
YUV56.2127.32169.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 27 (10.94% from 255) = 13.78%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=58.16%
G=13.78%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114275500.760.520.55340.6961.727.65
Hex721B3704C34371553e1c
Octal1623367011464675257634
Binary1110010110111101110100110011010011011110101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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