#721638

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

Shades of Claret #721638

Tints of Claret #721638

Color information

#721638 (or 0x721638) is unknown color: approx Claret. HEX triplet: 72, 16 and 38. RGB value is (114,22,56). Sum of RGB (Red+Green+Blue) = 114+22+56=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #721638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721638 is #8DE9C7. Grayscale: #353535. Windows color (decimal): -9300424 or 3675762. OLE color: 3675762.

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

Color convert

RGB1142256-
CMYK00.810.510.55
HSL337.83º67.65%26.67%-
HSV(B)337.83º80.7%44.71%-
XYZ7.944.444.18-
YUV53.38129.48171.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.38%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=59.38%
G=11.46%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114225600.810.510.55337.8367.6526.67
Hex7216380513337152441b
Octal16226700121636752210433
Binary11100101011011100001010001110011110111101010010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721638; }

 p { color: rgb(114,22,56); }

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

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

 a { background-color: rgb(114,22,56); }

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

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

 span { border-color: rgb(114,22,56); }

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