#6B112F

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

Shades of Claret #6B112F

Tints of Claret #6B112F

Color information

#6B112F (or 0x6B112F) is unknown color: approx Claret. HEX triplet: 6B, 11 and 2F. RGB value is (107,17,47). Sum of RGB (Red+Green+Blue) = 107+17+47=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B112F is #94EED0. Grayscale: #2F2F2F. Windows color (decimal): -9760465 or 3084651. OLE color: 3084651.

HSL color Cylindrical-coordinate representation of color #6B112F: hue angle of 340º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B112F is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB1071747-
CMYK00.840.560.58
HSL340º72.58%24.31%-
HSV(B)340º84.11%41.96%-
XYZ6.783.733.05-
YUV47.33127.82170.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.57%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=62.57%
G=9.94%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107174700.840.560.5834072.5824.31
Hex6B112F054383A1544918
Octal15321570124707252411130
Binary11010111000110111101010100111000111010101010100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,47); }

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

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

 a { background-color: rgb(107,17,47); }

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

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

 span { border-color: rgb(107,17,47); }

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