#692037

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

Shades of Claret #692037

Tints of Claret #692037

Color information

#692037 (or 0x692037) is unknown color: approx Claret. HEX triplet: 69, 20 and 37. RGB value is (105,32,55). Sum of RGB (Red+Green+Blue) = 105+32+55=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #692037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692037 is #96DFC8. Grayscale: #383838. Windows color (decimal): -9887689 or 3612777. OLE color: 3612777.

HSL color Cylindrical-coordinate representation of color #692037: hue angle of 341.1º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692037 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1053255-
CMYK00.700.480.59
HSL341.1º53.28%26.86%-
HSV(B)341.1º69.52%41.18%-
XYZ7.034.314.08-
YUV56.45127.18162.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 55 (21.88% from 255) = 28.65%
R=54.69%
G=16.67%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105325500.700.480.59341.153.2826.86
Hex692037046303B155351b
Octal1514067010660735256533
Binary11010011000001101110100011011000011101110101010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692037; }

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

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

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

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

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

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

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

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