Html Css Color HEX #6E191E Red Berry

📋 copy color: '#6E191E'

red 110 ◦ green 25 ◦ blue 30

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

Shades of Red Berry #6E191E

Tints of Red Berry #6E191E

RGB

 RED value IS 110 (43.36% from 255) = 66.67%

 GREEN value IS 25 (10.16% from 255) = 15.15%

 BLUE value IS 30 (12.11% from 255) = 18.18%

R = 66.67%
G = 15.15%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6E191E (or 0x6E191E) is known color: Red Berry. HEX triplet: 6E, 19 and 1E. RGB value is (110,25,30). Sum of RGB (Red+Green+Blue) = 110+25+30=165 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.67% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 110 - color contains mainly: red. Hex color #6E191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E191E is #91E6E1. Grayscale: #333333. Windows color (decimal): -9561826 or 1972590. OLE color: 1972590.

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

Color convert

RGB 110 25 30 -
CMYK 0 0.77 0.73 0.57
HSL 356.47º 0.63% 0.26% -
HSV(B) 356.47º 0.77% 0.43% -
XYZ 7.01 4.1 1.65 -
YUV 50.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 110 25 30 0 0.77 0.73 0.57 356.47 0.63 0.26
Hex 6E 19 1E 0 4D 49 39 164 3F 1A
Octal 156 31 36 0 115 111 71 544 77 32
Binary 1101110 11001 11110 0 1001101 1001001 111001 101100100 111111 11010

Color Harmonies of #6E191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E191E

Black with #6E191E

Text Example


Text Example

White with #6E191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E191E;
 }
 .AnyTagClassName
 {
   color: #6E191E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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