#721730

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

Shades of Claret #721730

Tints of Claret #721730

Color information

#721730 (or 0x721730) is unknown color: approx Claret. HEX triplet: 72, 17 and 30. RGB value is (114,23,48). Sum of RGB (Red+Green+Blue) = 114+23+48=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #721730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721730 is #8DE8CF. Grayscale: #353535. Windows color (decimal): -9300176 or 3151730. OLE color: 3151730.

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

Color convert

RGB1142348-
CMYK00.800.580.55
HSL343.52º66.42%26.86%-
HSV(B)343.52º79.82%44.71%-
XYZ7.784.43.24-
YUV53.06125.15171.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 23 (9.38% from 255) = 12.43%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=61.62%
G=12.43%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114234800.800.580.55343.5266.4226.86
Hex7217300503A37158421b
Octal16227600120726753010233
Binary11100101011111000001010000111010110111101011000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721730; }

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

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

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

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

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

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

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

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