#721633

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

Shades of Claret #721633

Tints of Claret #721633

Color information

#721633 (or 0x721633) is unknown color: approx Claret. HEX triplet: 72, 16 and 33. RGB value is (114,22,51). Sum of RGB (Red+Green+Blue) = 114+22+51=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #721633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721633 is #8DE9CC. Grayscale: #343434. Windows color (decimal): -9300429 or 3348082. OLE color: 3348082.

HSL color Cylindrical-coordinate representation of color #721633: hue angle of 341.09º 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 #721633 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1142251-
CMYK00.810.550.55
HSL341.09º67.65%26.67%-
HSV(B)341.09º80.7%44.71%-
XYZ7.824.393.57-
YUV52.81126.98171.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=60.96%
G=11.76%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114225100.810.550.55341.0967.6526.67
Hex7216330513737155441b
Octal16226630121676752510433
Binary11100101011011001101010001110111110111101010101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721633; }

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

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

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

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

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

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

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

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