#611A33

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

Shades of Claret #611A33

Tints of Claret #611A33

Color information

#611A33 (or 0x611A33) is unknown color: approx Claret. HEX triplet: 61, 1A and 33. RGB value is (97,26,51). Sum of RGB (Red+Green+Blue) = 97+26+51=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #611A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A33 is #9EE5CC. Grayscale: #323232. Windows color (decimal): -10413517 or 3349089. OLE color: 3349089.

HSL color Cylindrical-coordinate representation of color #611A33: hue angle of 338.87º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A33 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB972651-
CMYK00.730.470.62
HSL338.87º57.72%24.12%-
HSV(B)338.87º73.2%38.04%-
XYZ5.93.523.5-
YUV50.08128.52161.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=55.75%
G=14.94%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97265100.730.470.62338.8757.7224.12
Hex611A330492F3E1533a18
Octal1413263011157765237230
Binary1100001110101100110100100110111111111010101001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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