Html Css Color HEX #6E1516 Red Berry

📋 copy color: '#6E1516'

red 110 ◦ green 21 ◦ blue 22

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

Shades of Red Berry #6E1516

Tints of Red Berry #6E1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 71.9%
G = 13.73%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.8

 K value IS 0.57

RGB Variations

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

Color information

#6E1516 (or 0x6E1516) is known color: Red Berry. HEX triplet: 6E, 15 and 16. RGB value is (110,21,22). Sum of RGB (Red+Green+Blue) = 110+21+22=153 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.90% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1516 is #91EAE9. Grayscale: #2F2F2F. Windows color (decimal): -9562858 or 1447278. OLE color: 1447278.

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

Color convert

RGB 110 21 22 -
CMYK 0 0.81 0.8 0.57
HSL 359.33º 0.68% 0.26% -
HSV(B) 359.33º 0.81% 0.43% -
XYZ 6.84 3.91 1.15 -
YUV 47.73 113.49 172.42 -
System Red Green Blue C M Y K H S L
Decimal 110 21 22 0 0.81 0.8 0.57 359.33 0.68 0.26
Hex 6E 15 16 0 51 50 39 167 44 1A
Octal 156 25 26 0 121 120 71 547 104 32
Binary 1101110 10101 10110 0 1010001 1010000 111001 101100111 1000100 11010

Color Harmonies of #6E1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1516

Black with #6E1516

Text Example


Text Example

White with #6E1516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,21,22); }

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

background-color css

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

 a { background-color: rgb(110,21,22); }

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

border-color css

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

 span { border-color: rgb(110,21,22); }

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