#611831

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

Shades of Claret #611831

Tints of Claret #611831

Color information

#611831 (or 0x611831) is unknown color: approx Claret. HEX triplet: 61, 18 and 31. RGB value is (97,24,49). Sum of RGB (Red+Green+Blue) = 97+24+49=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611831 is #9EE7CE. Grayscale: #303030. Windows color (decimal): -10414031 or 3217505. OLE color: 3217505.

HSL color Cylindrical-coordinate representation of color #611831: hue angle of 339.45º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611831 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB972449-
CMYK00.750.490.62
HSL339.45º60.33%23.73%-
HSV(B)339.45º75.26%38.04%-
XYZ5.813.423.26-
YUV48.68128.18162.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=57.06%
G=14.12%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97244900.750.490.62339.4560.3323.73
Hex61183104B313E1533c18
Octal1413061011361765237430
Binary1100001110001100010100101111000111111010101001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611831; }

 p { color: rgb(97,24,49); }

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

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

 a { background-color: rgb(97,24,49); }

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

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

 span { border-color: rgb(97,24,49); }

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