#721D3B

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

Shades of Claret #721D3B

Tints of Claret #721D3B

Color information

#721D3B (or 0x721D3B) is unknown color: approx Claret. HEX triplet: 72, 1D and 3B. RGB value is (114,29,59). Sum of RGB (Red+Green+Blue) = 114+29+59=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #721D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D3B is #8DE2C4. Grayscale: #393939. Windows color (decimal): -9298629 or 3874162. OLE color: 3874162.

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

Color convert

RGB1142959-
CMYK00.750.480.55
HSL338.82º59.44%28.04%-
HSV(B)338.82º74.56%44.71%-
XYZ8.174.774.63-
YUV57.83128.66168.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=56.44%
G=14.36%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114295900.750.480.55338.8259.4428.04
Hex721D3B04B30371533b1c
Octal1623573011360675237334
Binary1110010111011110110100101111000011011110101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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