Html Css Color HEX #6E191F Red Berry

📋 copy color: '#6E191F'

red 110 ◦ green 25 ◦ blue 31

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

Shades of Red Berry #6E191F

Tints of Red Berry #6E191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.67%

R = 66.27%
G = 15.06%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E191F (or 0x6E191F) is known color: Red Berry. HEX triplet: 6E, 19 and 1F. RGB value is (110,25,31). Sum of RGB (Red+Green+Blue) = 110+25+31=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E191F is #91E6E0. Grayscale: #333333. Windows color (decimal): -9561825 or 2038126. OLE color: 2038126.

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

Color convert

RGB 110 25 31 -
CMYK 0 0.77 0.72 0.57
HSL 355.76º 0.63% 0.26% -
HSV(B) 355.76º 0.77% 0.43% -
XYZ 7.03 4.11 1.72 -
YUV 51.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 110 25 31 0 0.77 0.72 0.57 355.76 0.63 0.26
Hex 6E 19 1F 0 4D 48 39 164 3F 1A
Octal 156 31 37 0 115 110 71 544 77 32
Binary 1101110 11001 11111 0 1001101 1001000 111001 101100100 111111 11010

Color Harmonies of #6E191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E191F

Black with #6E191F

Text Example


Text Example

White with #6E191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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