#691836

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

Shades of Claret #691836

Tints of Claret #691836

Color information

#691836 (or 0x691836) is unknown color: approx Claret. HEX triplet: 69, 18 and 36. RGB value is (105,24,54). Sum of RGB (Red+Green+Blue) = 105+24+54=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #691836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691836 is #96E7C9. Grayscale: #333333. Windows color (decimal): -9889738 or 3545193. OLE color: 3545193.

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

Color convert

RGB1052454-
CMYK00.770.490.59
HSL337.78º62.79%25.29%-
HSV(B)337.78º77.14%41.18%-
XYZ6.823.923.89-
YUV51.64129.34166.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=57.38%
G=13.11%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105245400.770.490.59337.7862.7925.29
Hex69183604D313B1523f19
Octal1513066011561735227731
Binary1101001110001101100100110111000111101110101001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691836; }

 p { color: rgb(105,24,54); }

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

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

 a { background-color: rgb(105,24,54); }

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

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

 span { border-color: rgb(105,24,54); }

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