Html Css Color HEX #6E171A Red Berry

📋 copy color: '#6E171A'

red 110 ◦ green 23 ◦ blue 26

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

Shades of Red Berry #6E171A

Tints of Red Berry #6E171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.35%

R = 69.18%
G = 14.47%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E171A (or 0x6E171A) is known color: Red Berry. HEX triplet: 6E, 17 and 1A. RGB value is (110,23,26). Sum of RGB (Red+Green+Blue) = 110+23+26=159 (21% of max value = 765). Red value is 110 (43.36% from 255 or 69.18% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 110 - color contains mainly: red. Hex color #6E171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E171A is #91E8E5. Grayscale: #313131. Windows color (decimal): -9562342 or 1709934. OLE color: 1709934.

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

Color convert

RGB 110 23 26 -
CMYK 0 0.79 0.76 0.57
HSL 357.93º 0.65% 0.26% -
HSV(B) 357.93º 0.79% 0.43% -
XYZ 6.92 4 1.38 -
YUV 49.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 110 23 26 0 0.79 0.76 0.57 357.93 0.65 0.26
Hex 6E 17 1A 0 4F 4C 39 166 41 1A
Octal 156 27 32 0 117 114 71 546 101 32
Binary 1101110 10111 11010 0 1001111 1001100 111001 101100110 1000001 11010

Color Harmonies of #6E171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E171A

Black with #6E171A

Text Example


Text Example

White with #6E171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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