#721A38

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

Shades of Claret #721A38

Tints of Claret #721A38

Color information

#721A38 (or 0x721A38) is unknown color: approx Claret. HEX triplet: 72, 1A and 38. RGB value is (114,26,56). Sum of RGB (Red+Green+Blue) = 114+26+56=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #721A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A38 is #8DE5C7. Grayscale: #373737. Windows color (decimal): -9299400 or 3676786. OLE color: 3676786.

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

Color convert

RGB1142656-
CMYK00.770.510.55
HSL339.55º62.86%27.45%-
HSV(B)339.55º77.19%44.71%-
XYZ8.024.64.21-
YUV55.73128.15169.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=58.16%
G=13.27%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114265600.770.510.55339.5562.8627.45
Hex721A3804D33371543f1b
Octal1623270011563675247733
Binary1110010110101110000100110111001111011110101010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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