#611D33

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

Shades of Claret #611D33

Tints of Claret #611D33

Color information

#611D33 (or 0x611D33) is unknown color: approx Claret. HEX triplet: 61, 1D and 33. RGB value is (97,29,51). Sum of RGB (Red+Green+Blue) = 97+29+51=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #611D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D33 is #9EE2CC. Grayscale: #333333. Windows color (decimal): -10412749 or 3349857. OLE color: 3349857.

HSL color Cylindrical-coordinate representation of color #611D33: hue angle of 340.59º 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 #611D33 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB972951-
CMYK00.700.470.62
HSL340.59º53.97%24.71%-
HSV(B)340.59º70.1%38.04%-
XYZ5.973.663.52-
YUV51.84127.53160.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 51 (20.31% from 255) = 28.81%
R=54.80%
G=16.38%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97295100.700.470.62340.5953.9724.71
Hex611D330462F3E1553619
Octal1413563010657765256631
Binary1100001111011100110100011010111111111010101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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