#691931

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

Shades of Claret #691931

Tints of Claret #691931

Color information

#691931 (or 0x691931) is unknown color: approx Claret. HEX triplet: 69, 19 and 31. RGB value is (105,25,49). Sum of RGB (Red+Green+Blue) = 105+25+49=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #691931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691931 is #96E6CE. Grayscale: #333333. Windows color (decimal): -9889487 or 3217769. OLE color: 3217769.

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

Color convert

RGB1052549-
CMYK00.760.530.59
HSL342º61.54%25.49%-
HSV(B)342º76.19%41.18%-
XYZ6.733.923.31-
YUV51.66126.5166.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 25 (10.16% from 255) = 13.97%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=58.66%
G=13.97%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105254900.760.530.5934261.5425.49
Hex69193104C353B1563e19
Octal1513161011465735267631
Binary1101001110011100010100110011010111101110101011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691931; }

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

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

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

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

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

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

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

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