Html Css Color HEX #6E191A Red Berry

📋 copy color: '#6E191A'

red 110 ◦ green 25 ◦ blue 26

#6E191A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #6E191A

Tints of Red Berry #6E191A

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 value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E191A (or 0x6E191A) is known color: 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

RGB 110 25 26 -
CMYK 0 0.77 0.76 0.57
HSL 359.29º 0.63% 0.26% -
HSV(B) 359.29º 0.77% 0.43% -
XYZ 6.96 4.08 1.4 -
YUV 50.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 110 25 26 0 0.77 0.76 0.57 359.29 0.63 0.26
Hex 6E 19 1A 0 4D 4C 39 167 3F 1A
Octal 156 31 32 0 115 114 71 547 77 32
Binary 1101110 11001 11010 0 1001101 1001100 111001 101100111 111111 11010

Color Harmonies of #6E191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E191A

Black with #6E191A

Text Example


Text Example

White with #6E191A

Text Example


Text Example

HTML Codes & Css Web 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>