#721C3B

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

Shades of Claret #721C3B

Tints of Claret #721C3B

Color information

#721C3B (or 0x721C3B) is unknown color: approx Claret. HEX triplet: 72, 1C and 3B. RGB value is (114,28,59). Sum of RGB (Red+Green+Blue) = 114+28+59=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C3B is #8DE3C4. Grayscale: #393939. Windows color (decimal): -9298885 or 3873906. OLE color: 3873906.

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

Color convert

RGB1142859-
CMYK00.750.480.55
HSL338.37º60.56%27.84%-
HSV(B)338.37º75.44%44.71%-
XYZ8.144.724.62-
YUV57.25128.99168.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=56.72%
G=13.93%
B=29.35%

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
Decimal114285900.750.480.55338.3760.5627.84
Hex721C3B04B30371523d1c
Octal1623473011360675227534
Binary1110010111001110110100101111000011011110101001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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