#611B32

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

Shades of Claret #611B32

Tints of Claret #611B32

Color information

#611B32 (or 0x611B32) is unknown color: approx Claret. HEX triplet: 61, 1B and 32. RGB value is (97,27,50). Sum of RGB (Red+Green+Blue) = 97+27+50=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #611B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B32 is #9EE4CD. Grayscale: #323232. Windows color (decimal): -10413262 or 3283809. OLE color: 3283809.

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

Color convert

RGB972750-
CMYK00.720.480.62
HSL340.29º56.45%24.31%-
HSV(B)340.29º72.16%38.04%-
XYZ5.93.563.39-
YUV50.55127.69161.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=55.75%
G=15.52%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97275000.720.480.62340.2956.4524.31
Hex611B32048303E1543818
Octal1413362011060765247030
Binary1100001110111100100100100011000011111010101010011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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