#6B132D

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

Shades of Claret #6B132D

Tints of Claret #6B132D

Color information

#6B132D (or 0x6B132D) is unknown color: approx Claret. HEX triplet: 6B, 13 and 2D. RGB value is (107,19,45). Sum of RGB (Red+Green+Blue) = 107+19+45=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B132D is #94ECD2. Grayscale: #303030. Windows color (decimal): -9759955 or 2954091. OLE color: 2954091.

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

Color convert

RGB1071945-
CMYK00.820.580.58
HSL342.27º69.84%24.71%-
HSV(B)342.27º82.24%41.96%-
XYZ6.773.782.86-
YUV48.28126.15169.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.57%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=62.57%
G=11.11%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107194500.820.580.58342.2769.8424.71
Hex6B132D0523A3A1564619
Octal15323550122727252610631
Binary11010111001110110101010010111010111010101010110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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