#69122E

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

Shades of Claret #69122E

Tints of Claret #69122E

Color information

#69122E (or 0x69122E) is unknown color: approx Claret. HEX triplet: 69, 12 and 2E. RGB value is (105,18,46). Sum of RGB (Red+Green+Blue) = 105+18+46=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #69122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69122E is #96EDD1. Grayscale: #2F2F2F. Windows color (decimal): -9891282 or 3019369. OLE color: 3019369.

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

Color convert

RGB1051846-
CMYK00.830.560.59
HSL340.69º70.73%24.12%-
HSV(B)340.69º82.86%41.18%-
XYZ6.543.632.94-
YUV47.2127.32169.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.13%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=62.13%
G=10.65%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105184600.830.560.59340.6970.7324.12
Hex69122E053383B1554718
Octal15122560123707352510730
Binary11010011001010111001010011111000111011101010101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69122E; }

 p { color: rgb(105,18,46); }

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

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

 a { background-color: rgb(105,18,46); }

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

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

 span { border-color: rgb(105,18,46); }

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