#6E132B

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

Shades of Claret #6E132B

Tints of Claret #6E132B

Color information

#6E132B (or 0x6E132B) is unknown color: approx Claret. HEX triplet: 6E, 13 and 2B. RGB value is (110,19,43). Sum of RGB (Red+Green+Blue) = 110+19+43=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E132B is #91ECD4. Grayscale: #303030. Windows color (decimal): -9563349 or 2823022. OLE color: 2823022.

HSL color Cylindrical-coordinate representation of color #6E132B: hue angle of 344.18º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E132B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1101943-
CMYK00.830.610.57
HSL344.18º70.54%25.29%-
HSV(B)344.18º82.73%43.14%-
XYZ7.13.962.67-
YUV48.94124.65171.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 63.95%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 43 (17.19% from 255) = 25%
R=63.95%
G=11.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110194300.830.610.57344.1870.5425.29
Hex6E132B0533D391584719
Octal15623530123757153010731
Binary11011101001110101101010011111101111001101011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,19,43); }

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

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

 a { background-color: rgb(110,19,43); }

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

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

 span { border-color: rgb(110,19,43); }

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