#691131

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

Shades of Claret #691131

Tints of Claret #691131

Color information

#691131 (or 0x691131) is unknown color: approx Claret. HEX triplet: 69, 11 and 31. RGB value is (105,17,49). Sum of RGB (Red+Green+Blue) = 105+17+49=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #691131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691131 is #96EECE. Grayscale: #2E2E2E. Windows color (decimal): -9891535 or 3215721. OLE color: 3215721.

HSL color Cylindrical-coordinate representation of color #691131: hue angle of 338.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691131 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1051749-
CMYK00.840.530.59
HSL338.18º72.13%23.92%-
HSV(B)338.18º83.81%41.18%-
XYZ6.583.633.26-
YUV46.96129.15169.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 49 (19.53% from 255) = 28.65%
R=61.40%
G=9.94%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105174900.840.530.59338.1872.1323.92
Hex691131054353B1524818
Octal15121610124657352211030
Binary11010011000111000101010100110101111011101010010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691131; }

 p { color: rgb(105,17,49); }

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

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

 a { background-color: rgb(105,17,49); }

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

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

 span { border-color: rgb(105,17,49); }

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