#720F30

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

Shades of Claret #720F30

Tints of Claret #720F30

Color information

#720F30 (or 0x720F30) is unknown color: approx Claret. HEX triplet: 72, 0F and 30. RGB value is (114,15,48). Sum of RGB (Red+Green+Blue) = 114+15+48=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #720F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F30 is #8DF0CF. Grayscale: #303030. Windows color (decimal): -9302224 or 3149682. OLE color: 3149682.

HSL color Cylindrical-coordinate representation of color #720F30: hue angle of 340º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #720F30 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1141548-
CMYK00.870.580.55
HSL340º76.74%25.29%-
HSV(B)340º86.84%44.71%-
XYZ7.644.133.19-
YUV48.36127.8174.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.41%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=64.41%
G=8.47%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114154800.870.580.5534076.7425.29
Hex72F300573A371544d19
Octal16217600127726752411531
Binary1110010111111000001010111111010110111101010100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720F30; }

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

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

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

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

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

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

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

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