Html Css Color HEX #6E171D Red Berry

📋 copy color: '#6E171D'

red 110 ◦ green 23 ◦ blue 29

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

Shades of Red Berry #6E171D

Tints of Red Berry #6E171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.9%

R = 67.9%
G = 14.2%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6E171D (or 0x6E171D) is known color: Red Berry. HEX triplet: 6E, 17 and 1D. RGB value is (110,23,29). Sum of RGB (Red+Green+Blue) = 110+23+29=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E171D is #91E8E2. Grayscale: #313131. Windows color (decimal): -9562339 or 1906542. OLE color: 1906542.

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

Color convert

RGB 110 23 29 -
CMYK 0 0.79 0.74 0.57
HSL 355.86º 0.65% 0.26% -
HSV(B) 355.86º 0.79% 0.43% -
XYZ 6.96 4.02 1.57 -
YUV 49.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 110 23 29 0 0.79 0.74 0.57 355.86 0.65 0.26
Hex 6E 17 1D 0 4F 4A 39 164 41 1A
Octal 156 27 35 0 117 112 71 544 101 32
Binary 1101110 10111 11101 0 1001111 1001010 111001 101100100 1000001 11010

Color Harmonies of #6E171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E171D

Black with #6E171D

Text Example


Text Example

White with #6E171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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