Html Css Color HEX #6E171F Red Berry

📋 copy color: '#6E171F'

red 110 ◦ green 23 ◦ blue 31

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

Shades of Red Berry #6E171F

Tints of Red Berry #6E171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

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

R = 67.07%
G = 14.02%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6E171F (or 0x6E171F) is known color: Red Berry. HEX triplet: 6E, 17 and 1F. RGB value is (110,23,31). Sum of RGB (Red+Green+Blue) = 110+23+31=164 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.07% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 110 - color contains mainly: red. Hex color #6E171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E171F is #91E8E0. Grayscale: #313131. Windows color (decimal): -9562337 or 2037614. OLE color: 2037614.

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

Color convert

RGB 110 23 31 -
CMYK 0 0.79 0.72 0.57
HSL 354.48º 0.65% 0.26% -
HSV(B) 354.48º 0.79% 0.43% -
XYZ 6.98 4.03 1.71 -
YUV 49.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 110 23 31 0 0.79 0.72 0.57 354.48 0.65 0.26
Hex 6E 17 1F 0 4F 48 39 162 41 1A
Octal 156 27 37 0 117 110 71 542 101 32
Binary 1101110 10111 11111 0 1001111 1001000 111001 101100010 1000001 11010

Color Harmonies of #6E171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E171F

Black with #6E171F

Text Example


Text Example

White with #6E171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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