#722135

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

Shades of Claret #722135

Tints of Claret #722135

Color information

#722135 (or 0x722135) is unknown color: approx Claret. HEX triplet: 72, 21 and 35. RGB value is (114,33,53). Sum of RGB (Red+Green+Blue) = 114+33+53=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #722135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722135 is #8DDECA. Grayscale: #3B3B3B. Windows color (decimal): -9297611 or 3481970. OLE color: 3481970.

HSL color Cylindrical-coordinate representation of color #722135: hue angle of 345.19º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722135 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1143353-
CMYK00.710.540.55
HSL345.19º55.1%28.82%-
HSV(B)345.19º71.05%44.71%-
XYZ8.134.923.89-
YUV59.5124.34166.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=57%
G=16.5%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114335300.710.540.55345.1955.128.82
Hex7221350473637159371d
Octal1624165010766675316735
Binary11100101000011101010100011111011011011110101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722135; }

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

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

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

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

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

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

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

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