#722935

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

Shades of Claret #722935

Tints of Claret #722935

Color information

#722935 (or 0x722935) is unknown color: approx Claret. HEX triplet: 72, 29 and 35. RGB value is (114,41,53). Sum of RGB (Red+Green+Blue) = 114+41+53=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #722935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722935 is #8DD6CA. Grayscale: #404040. Windows color (decimal): -9295563 or 3484018. OLE color: 3484018.

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

Color convert

RGB1144153-
CMYK00.640.540.55
HSL350.14º47.1%30.39%-
HSV(B)350.14º64.04%44.71%-
XYZ8.375.423.97-
YUV64.19121.68163.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=54.81%
G=19.71%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114415300.640.540.55350.1447.130.39
Hex722935040363715e2f1e
Octal1625165010066675365736
Binary11100101010011101010100000011011011011110101111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722935; }

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

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

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

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

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

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

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

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