#721830

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

Shades of Claret #721830

Tints of Claret #721830

Color information

#721830 (or 0x721830) is unknown color: approx Claret. HEX triplet: 72, 18 and 30. RGB value is (114,24,48). Sum of RGB (Red+Green+Blue) = 114+24+48=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #721830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721830 is #8DE7CF. Grayscale: #353535. Windows color (decimal): -9299920 or 3151986. OLE color: 3151986.

HSL color Cylindrical-coordinate representation of color #721830: hue angle of 344º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #721830 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1142448-
CMYK00.790.580.55
HSL344º65.22%27.06%-
HSV(B)344º78.95%44.71%-
XYZ7.84.443.24-
YUV53.65124.82171.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=61.29%
G=12.90%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114244800.790.580.5534465.2227.06
Hex72183004F3A37158411b
Octal16230600117726753010133
Binary11100101100011000001001111111010110111101011000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721830; }

 p { color: rgb(114,24,48); }

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

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

 a { background-color: rgb(114,24,48); }

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

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

 span { border-color: rgb(114,24,48); }

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