#6E0F2E

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

Shades of Claret #6E0F2E

Tints of Claret #6E0F2E

Color information

#6E0F2E (or 0x6E0F2E) is unknown color: approx Claret. HEX triplet: 6E, 0F and 2E. RGB value is (110,15,46). Sum of RGB (Red+Green+Blue) = 110+15+46=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0F2E is #91F0D1. Grayscale: #2E2E2E. Windows color (decimal): -9564370 or 3018606. OLE color: 3018606.

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

Color convert

RGB1101546-
CMYK00.860.580.57
HSL340.42º76%24.51%-
HSV(B)340.42º86.36%43.14%-
XYZ7.093.852.95-
YUV46.94127.47172.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 64.33%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=64.33%
G=8.77%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110154600.860.580.57340.427624.51
Hex6EF2E0563A391544c19
Octal15617560126727152411431
Binary1101110111110111001010110111010111001101010100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,15,46); }

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

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

 a { background-color: rgb(110,15,46); }

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

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

 span { border-color: rgb(110,15,46); }

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