#6E191A

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

Shades of Red Berry #6E191A

Tints of Red Berry #6E191A

Color information

#6E191A (or 0x6E191A) is unknown color: approx Red Berry. HEX triplet: 6E, 19 and 1A. RGB value is (110,25,26). Sum of RGB (Red+Green+Blue) = 110+25+26=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E191A is #91E6E5. Grayscale: #323232. Windows color (decimal): -9561830 or 1710446. OLE color: 1710446.

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

Color convert

RGB1102526-
CMYK00.770.760.57
HSL359.29º62.96%26.47%-
HSV(B)359.29º77.27%43.14%-
XYZ6.964.081.4-
YUV50.53114.16170.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 68.32%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=68.32%
G=15.53%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110252600.770.760.57359.2962.9626.47
Hex6E191A04D4C391673f1a
Octal15631320115114715477732
Binary1101110110011101001001101100110011100110110011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,25,26); }

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

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

 a { background-color: rgb(110,25,26); }

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

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

 span { border-color: rgb(110,25,26); }

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