#6F0E2E

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

Shades of Claret #6F0E2E

Tints of Claret #6F0E2E

Color information

#6F0E2E (or 0x6F0E2E) is unknown color: approx Claret. HEX triplet: 6F, 0E and 2E. RGB value is (111,14,46). Sum of RGB (Red+Green+Blue) = 111+14+46=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E2E is #90F1D1. Grayscale: #2E2E2E. Windows color (decimal): -9499090 or 3018351. OLE color: 3018351.

HSL color Cylindrical-coordinate representation of color #6F0E2E: hue angle of 340.21º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F0E2E is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1111446-
CMYK00.870.590.56
HSL340.21º77.6%24.51%-
HSV(B)340.21º87.39%43.53%-
XYZ7.213.892.96-
YUV46.65127.64173.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.91%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=64.91%
G=8.19%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111144600.870.590.56340.2177.624.51
Hex6FE2E0573B381544e19
Octal15716560127737052411631
Binary1101111111010111001010111111011111000101010100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,14,46); }

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

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

 a { background-color: rgb(111,14,46); }

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

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

 span { border-color: rgb(111,14,46); }

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