#6B142E

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

Shades of Claret #6B142E

Tints of Claret #6B142E

Color information

#6B142E (or 0x6B142E) is unknown color: approx Claret. HEX triplet: 6B, 14 and 2E. RGB value is (107,20,46). Sum of RGB (Red+Green+Blue) = 107+20+46=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B142E is #94EBD1. Grayscale: #303030. Windows color (decimal): -9759698 or 3019883. OLE color: 3019883.

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

Color convert

RGB1072046-
CMYK00.810.570.58
HSL342.07º68.5%24.9%-
HSV(B)342.07º81.31%41.96%-
XYZ6.813.822.96-
YUV48.98126.32169.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.85%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=61.85%
G=11.56%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107204600.810.570.58342.0768.524.9
Hex6B142E051393A1564519
Octal15324560121717252610531
Binary11010111010010111001010001111001111010101010110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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