#6E1E20

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

Shades of Red Berry #6E1E20

Tints of Red Berry #6E1E20

Color information

#6E1E20 (or 0x6E1E20) is unknown color: approx Red Berry. HEX triplet: 6E, 1E and 20. RGB value is (110,30,32). Sum of RGB (Red+Green+Blue) = 110+30+32=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1E20 is #91E1DF. Grayscale: #363636. Windows color (decimal): -9560544 or 2104942. OLE color: 2104942.

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

Color convert

RGB1103032-
CMYK00.730.710.57
HSL358.5º57.14%27.45%-
HSV(B)358.5º72.73%43.14%-
XYZ7.164.351.83-
YUV54.15115.5167.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 63.95%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=63.95%
G=17.44%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110303200.730.710.57358.557.1427.45
Hex6E1E200494739166391b
Octal15636400111107715467133
Binary11011101111010000001001001100011111100110110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,30,32); }

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

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

 a { background-color: rgb(110,30,32); }

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

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

 span { border-color: rgb(110,30,32); }

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