#692036

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

Shades of Claret #692036

Tints of Claret #692036

Color information

#692036 (or 0x692036) is unknown color: approx Claret. HEX triplet: 69, 20 and 36. RGB value is (105,32,54). Sum of RGB (Red+Green+Blue) = 105+32+54=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #692036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692036 is #96DFC9. Grayscale: #383838. Windows color (decimal): -9887690 or 3547241. OLE color: 3547241.

HSL color Cylindrical-coordinate representation of color #692036: hue angle of 341.92º 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 #692036 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1053254-
CMYK00.700.490.59
HSL341.92º53.28%26.86%-
HSV(B)341.92º69.52%41.18%-
XYZ7.014.33.95-
YUV56.34126.68162.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 54 (21.48% from 255) = 28.27%
R=54.97%
G=16.75%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105325400.700.490.59341.9253.2826.86
Hex692036046313B156351b
Octal1514066010661735266533
Binary11010011000001101100100011011000111101110101011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692036; }

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

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

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

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

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

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

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

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