#721635

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

Shades of Claret #721635

Tints of Claret #721635

Color information

#721635 (or 0x721635) is unknown color: approx Claret. HEX triplet: 72, 16 and 35. RGB value is (114,22,53). Sum of RGB (Red+Green+Blue) = 114+22+53=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #721635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721635 is #8DE9CA. Grayscale: #353535. Windows color (decimal): -9300427 or 3479154. OLE color: 3479154.

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

Color convert

RGB1142253-
CMYK00.810.540.55
HSL339.78º67.65%26.67%-
HSV(B)339.78º80.7%44.71%-
XYZ7.874.413.8-
YUV53.04127.98171.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.32%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=60.32%
G=11.64%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114225300.810.540.55339.7867.6526.67
Hex7216350513637154441b
Octal16226650121666752410433
Binary11100101011011010101010001110110110111101010100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721635; }

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

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

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

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

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

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

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

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