#6B1937

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

Shades of Claret #6B1937

Tints of Claret #6B1937

Color information

#6B1937 (or 0x6B1937) is unknown color: approx Claret. HEX triplet: 6B, 19 and 37. RGB value is (107,25,55). Sum of RGB (Red+Green+Blue) = 107+25+55=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1937 is #94E6C8. Grayscale: #343434. Windows color (decimal): -9758409 or 3610987. OLE color: 3610987.

HSL color Cylindrical-coordinate representation of color #6B1937: hue angle of 338.05º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B1937 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB1072555-
CMYK00.770.490.58
HSL338.05º62.12%25.88%-
HSV(B)338.05º76.64%41.96%-
XYZ7.14.14.03-
YUV52.94129.17166.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.22%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 55 (21.88% from 255) = 29.41%
R=57.22%
G=13.37%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107255500.770.490.58338.0562.1225.88
Hex6B193704D313A1523e1a
Octal1533167011561725227632
Binary1101011110011101110100110111000111101010101001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,25,55); }

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

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

 a { background-color: rgb(107,25,55); }

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

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

 span { border-color: rgb(107,25,55); }

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