#611A30

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

Shades of Claret #611A30

Tints of Claret #611A30

Color information

#611A30 (or 0x611A30) is unknown color: approx Claret. HEX triplet: 61, 1A and 30. RGB value is (97,26,48). Sum of RGB (Red+Green+Blue) = 97+26+48=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #611A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A30 is #9EE5CF. Grayscale: #313131. Windows color (decimal): -10413520 or 3152481. OLE color: 3152481.

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

Color convert

RGB972648-
CMYK00.730.510.62
HSL341.41º57.72%24.12%-
HSV(B)341.41º73.2%38.04%-
XYZ5.833.493.16-
YUV49.74127.02161.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=56.73%
G=15.20%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97264800.730.510.62341.4157.7224.12
Hex611A30049333E1553a18
Octal1413260011163765257230
Binary1100001110101100000100100111001111111010101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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