#722631

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

Shades of Claret #722631

Tints of Claret #722631

Color information

#722631 (or 0x722631) is unknown color: approx Claret. HEX triplet: 72, 26 and 31. RGB value is (114,38,49). Sum of RGB (Red+Green+Blue) = 114+38+49=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #722631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722631 is #8DD9CE. Grayscale: #3E3E3E. Windows color (decimal): -9296335 or 3221106. OLE color: 3221106.

HSL color Cylindrical-coordinate representation of color #722631: hue angle of 351.32º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #722631 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1143849-
CMYK00.670.570.55
HSL351.32º50%29.8%-
HSV(B)351.32º66.67%44.71%-
XYZ8.195.193.48-
YUV61.98120.68165.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=56.72%
G=18.91%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114384900.670.570.55351.325029.8
Hex722631043393715f321e
Octal1624661010371675376236
Binary11100101001101100010100001111100111011110101111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722631; }

 p { color: rgb(114,38,49); }

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

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

 a { background-color: rgb(114,38,49); }

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

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

 span { border-color: rgb(114,38,49); }

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