#721D2F

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

Shades of Claret #721D2F

Tints of Claret #721D2F

Color information

#721D2F (or 0x721D2F) is unknown color: approx Claret. HEX triplet: 72, 1D and 2F. RGB value is (114,29,47). Sum of RGB (Red+Green+Blue) = 114+29+47=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #721D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D2F is #8DE2D0. Grayscale: #383838. Windows color (decimal): -9298641 or 3087730. OLE color: 3087730.

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

Color convert

RGB1142947-
CMYK00.750.590.55
HSL347.29º59.44%28.04%-
HSV(B)347.29º74.56%44.71%-
XYZ7.894.663.17-
YUV56.47122.66169.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 29 (11.72% from 255) = 15.26%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=60%
G=15.26%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114294700.750.590.55347.2959.4428.04
Hex721D2F04B3B3715b3b1c
Octal1623557011373675337334
Binary1110010111011011110100101111101111011110101101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,29,47); }

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

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

 a { background-color: rgb(114,29,47); }

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

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

 span { border-color: rgb(114,29,47); }

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