#6B152C

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

Shades of Claret #6B152C

Tints of Claret #6B152C

Color information

#6B152C (or 0x6B152C) is unknown color: approx Claret. HEX triplet: 6B, 15 and 2C. RGB value is (107,21,44). Sum of RGB (Red+Green+Blue) = 107+21+44=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B152C is #94EAD3. Grayscale: #313131. Windows color (decimal): -9759444 or 2889067. OLE color: 2889067.

HSL color Cylindrical-coordinate representation of color #6B152C: hue angle of 343.95º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B152C is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB1072144-
CMYK00.800.590.58
HSL343.95º67.19%25.1%-
HSV(B)343.95º80.37%41.96%-
XYZ6.793.842.77-
YUV49.34124.99169.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.21%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=62.21%
G=12.21%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107214400.800.590.58343.9567.1925.1
Hex6B152C0503B3A1584319
Octal15325540120737253010331
Binary11010111010110110001010000111011111010101011000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,21,44); }

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

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

 a { background-color: rgb(107,21,44); }

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

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

 span { border-color: rgb(107,21,44); }

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