#6E2833

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

Shades of Claret #6E2833

Tints of Claret #6E2833

Color information

#6E2833 (or 0x6E2833) is unknown color: approx Claret. HEX triplet: 6E, 28 and 33. RGB value is (110,40,51). Sum of RGB (Red+Green+Blue) = 110+40+51=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2833 is #91D7CC. Grayscale: #3E3E3E. Windows color (decimal): -9557965 or 3352686. OLE color: 3352686.

HSL color Cylindrical-coordinate representation of color #6E2833: hue angle of 350.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E2833 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB1104051-
CMYK00.640.540.57
HSL350.57º46.67%29.41%-
HSV(B)350.57º63.64%43.14%-
XYZ7.795.073.7-
YUV62.18121.69162.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 54.73%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=54.73%
G=19.90%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110405100.640.540.57350.5746.6729.41
Hex6E2833040363915f2f1d
Octal1565063010066715375735
Binary11011101010001100110100000011011011100110101111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,40,51); }

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

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

 a { background-color: rgb(110,40,51); }

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

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

 span { border-color: rgb(110,40,51); }

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