#6B122E

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

Shades of Claret #6B122E

Tints of Claret #6B122E

Color information

#6B122E (or 0x6B122E) is unknown color: approx Claret. HEX triplet: 6B, 12 and 2E. RGB value is (107,18,46). Sum of RGB (Red+Green+Blue) = 107+18+46=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B122E is #94EDD1. Grayscale: #2F2F2F. Windows color (decimal): -9760210 or 3019371. OLE color: 3019371.

HSL color Cylindrical-coordinate representation of color #6B122E: hue angle of 341.12º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B122E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1071846-
CMYK00.830.570.58
HSL341.12º71.2%24.51%-
HSV(B)341.12º83.18%41.96%-
XYZ6.773.762.95-
YUV47.8126.99170.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.57%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=62.57%
G=10.53%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107184600.830.570.58341.1271.224.51
Hex6B122E053393A1554719
Octal15322560123717252510731
Binary11010111001010111001010011111001111010101010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B122E; }

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

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

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

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

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

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

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

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