#691E37

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

Shades of Claret #691E37

Tints of Claret #691E37

Color information

#691E37 (or 0x691E37) is unknown color: approx Claret. HEX triplet: 69, 1E and 37. RGB value is (105,30,55). Sum of RGB (Red+Green+Blue) = 105+30+55=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #691E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E37 is #96E1C8. Grayscale: #373737. Windows color (decimal): -9888201 or 3612265. OLE color: 3612265.

HSL color Cylindrical-coordinate representation of color #691E37: hue angle of 340º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #691E37 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1053055-
CMYK00.710.480.59
HSL340º55.56%26.47%-
HSV(B)340º71.43%41.18%-
XYZ6.984.214.06-
YUV55.28127.85163.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 55 (21.88% from 255) = 28.95%
R=55.26%
G=15.79%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105305500.710.480.5934055.5626.47
Hex691E37047303B154381a
Octal1513667010760735247032
Binary1101001111101101110100011111000011101110101010011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691E37; }

 p { color: rgb(105,30,55); }

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

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

 a { background-color: rgb(105,30,55); }

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

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

 span { border-color: rgb(105,30,55); }

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