#721237

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

Shades of Claret #721237

Tints of Claret #721237

Color information

#721237 (or 0x721237) is unknown color: approx Claret. HEX triplet: 72, 12 and 37. RGB value is (114,18,55). Sum of RGB (Red+Green+Blue) = 114+18+55=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #721237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721237 is #8DEDC8. Grayscale: #323232. Windows color (decimal): -9301449 or 3609202. OLE color: 3609202.

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

Color convert

RGB1141855-
CMYK00.840.520.55
HSL336.88º72.73%25.88%-
HSV(B)336.88º84.21%44.71%-
XYZ7.854.294.03-
YUV50.92130.3172.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=60.96%
G=9.63%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114185500.840.520.55336.8872.7325.88
Hex7212370543437151491a
Octal16222670124646752111132
Binary11100101001011011101010100110100110111101010001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721237; }

 p { color: rgb(114,18,55); }

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

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

 a { background-color: rgb(114,18,55); }

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

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

 span { border-color: rgb(114,18,55); }

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