#611D32

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

Shades of Claret #611D32

Tints of Claret #611D32

Color information

#611D32 (or 0x611D32) is unknown color: approx Claret. HEX triplet: 61, 1D and 32. RGB value is (97,29,50). Sum of RGB (Red+Green+Blue) = 97+29+50=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #611D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D32 is #9EE2CD. Grayscale: #333333. Windows color (decimal): -10412750 or 3284321. OLE color: 3284321.

HSL color Cylindrical-coordinate representation of color #611D32: hue angle of 341.47º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D32 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB972950-
CMYK00.700.480.62
HSL341.47º53.97%24.71%-
HSV(B)341.47º70.1%38.04%-
XYZ5.943.653.41-
YUV51.73127.03160.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=55.11%
G=16.48%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97295000.700.480.62341.4753.9724.71
Hex611D32046303E1553619
Octal1413562010660765256631
Binary1100001111011100100100011011000011111010101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611D32; }

 p { color: rgb(97,29,50); }

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

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

 a { background-color: rgb(97,29,50); }

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

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

 span { border-color: rgb(97,29,50); }

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