#721530

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

Shades of Claret #721530

Tints of Claret #721530

Color information

#721530 (or 0x721530) is unknown color: approx Claret. HEX triplet: 72, 15 and 30. RGB value is (114,21,48). Sum of RGB (Red+Green+Blue) = 114+21+48=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #721530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721530 is #8DEACF. Grayscale: #333333. Windows color (decimal): -9300688 or 3151218. OLE color: 3151218.

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

Color convert

RGB1142148-
CMYK00.820.580.55
HSL342.58º68.89%26.47%-
HSV(B)342.58º81.58%44.71%-
XYZ7.744.333.22-
YUV51.88125.81172.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=62.30%
G=11.48%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114214800.820.580.55342.5868.8926.47
Hex7215300523A37157451a
Octal16225600122726752710532
Binary11100101010111000001010010111010110111101010111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721530; }

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

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

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

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

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

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

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

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