#690E2F

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

Shades of Claret #690E2F

Tints of Claret #690E2F

Color information

#690E2F (or 0x690E2F) is unknown color: approx Claret. HEX triplet: 69, 0E and 2F. RGB value is (105,14,47). Sum of RGB (Red+Green+Blue) = 105+14+47=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #690E2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690E2F is #96F1D0. Grayscale: #2C2C2C. Windows color (decimal): -9892305 or 3083881. OLE color: 3083881.

HSL color Cylindrical-coordinate representation of color #690E2F: hue angle of 338.24º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690E2F is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1051447-
CMYK00.870.550.59
HSL338.24º76.47%23.33%-
HSV(B)338.24º86.67%41.18%-
XYZ6.53.523.03-
YUV44.97129.15170.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.25%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=63.25%
G=8.43%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105144700.870.550.59338.2476.4723.33
Hex69E2F057373B1524c17
Octal15116570127677352211427
Binary1101001111010111101010111110111111011101010010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690E2F; }

 p { color: rgb(105,14,47); }

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

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

 a { background-color: rgb(105,14,47); }

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

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

 span { border-color: rgb(105,14,47); }

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