#6E2829

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

Shades of Red Devil #6E2829

Tints of Red Devil #6E2829

Color information

#6E2829 (or 0x6E2829) is unknown color: approx Red Devil. HEX triplet: 6E, 28 and 29. RGB value is (110,40,41). Sum of RGB (Red+Green+Blue) = 110+40+41=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2829 is #91D7D6. Grayscale: #3D3D3D. Windows color (decimal): -9557975 or 2697326. OLE color: 2697326.

HSL color Cylindrical-coordinate representation of color #6E2829: hue angle of 359.14º 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 #6E2829 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB1104041-
CMYK00.640.630.57
HSL359.14º46.67%29.41%-
HSV(B)359.14º63.64%43.14%-
XYZ7.594.992.66-
YUV61.04116.69162.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 57.59%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=57.59%
G=20.94%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110404100.640.630.57359.1446.6729.41
Hex6E28290403F391672f1d
Octal1565051010077715475735
Binary11011101010001010010100000011111111100110110011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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