#721A2D

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

Shades of Claret #721A2D

Tints of Claret #721A2D

Color information

#721A2D (or 0x721A2D) is unknown color: approx Claret. HEX triplet: 72, 1A and 2D. RGB value is (114,26,45). Sum of RGB (Red+Green+Blue) = 114+26+45=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A2D is #8DE5D2. Grayscale: #363636. Windows color (decimal): -9299411 or 2955890. OLE color: 2955890.

HSL color Cylindrical-coordinate representation of color #721A2D: hue angle of 347.05º 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 #721A2D is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1142645-
CMYK00.770.610.55
HSL347.05º62.86%27.45%-
HSV(B)347.05º77.19%44.71%-
XYZ7.784.512.94-
YUV54.48122.65170.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=61.62%
G=14.05%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114264500.770.610.55347.0562.8627.45
Hex721A2D04D3D3715b3f1b
Octal1623255011575675337733
Binary1110010110101011010100110111110111011110101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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