Html Css Color HEX #6E171C Red Berry

📋 copy color: '#6E171C'

red 110 ◦ green 23 ◦ blue 28

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

Shades of Red Berry #6E171C

Tints of Red Berry #6E171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.39%

R = 68.32%
G = 14.29%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6E171C (or 0x6E171C) is known color: Red Berry. HEX triplet: 6E, 17 and 1C. RGB value is (110,23,28). Sum of RGB (Red+Green+Blue) = 110+23+28=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E171C is #91E8E3. Grayscale: #313131. Windows color (decimal): -9562340 or 1841006. OLE color: 1841006.

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

Color convert

RGB 110 23 28 -
CMYK 0 0.79 0.75 0.57
HSL 356.55º 0.65% 0.26% -
HSV(B) 356.55º 0.79% 0.43% -
XYZ 6.95 4.01 1.51 -
YUV 49.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 110 23 28 0 0.79 0.75 0.57 356.55 0.65 0.26
Hex 6E 17 1C 0 4F 4B 39 165 41 1A
Octal 156 27 34 0 117 113 71 545 101 32
Binary 1101110 10111 11100 0 1001111 1001011 111001 101100101 1000001 11010

Color Harmonies of #6E171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E171C

Black with #6E171C

Text Example


Text Example

White with #6E171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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