#6B102D

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

Shades of Claret #6B102D

Tints of Claret #6B102D

Color information

#6B102D (or 0x6B102D) is unknown color: approx Claret. HEX triplet: 6B, 10 and 2D. RGB value is (107,16,45). Sum of RGB (Red+Green+Blue) = 107+16+45=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B102D is #94EFD2. Grayscale: #2E2E2E. Windows color (decimal): -9760723 or 2953323. OLE color: 2953323.

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

Color convert

RGB1071645-
CMYK00.850.580.58
HSL340.88º73.98%24.12%-
HSV(B)340.88º85.05%41.96%-
XYZ6.723.692.84-
YUV46.52127.15171.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 63.69%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=63.69%
G=9.52%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107164500.850.580.58340.8873.9824.12
Hex6B102D0553A3A1554a18
Octal15320550125727252511230
Binary11010111000010110101010101111010111010101010101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,16,45); }

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

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

 a { background-color: rgb(107,16,45); }

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

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

 span { border-color: rgb(107,16,45); }

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