Html Css Color HEX #6E1928 Red Berry

📋 copy color: '#6E1928'

red 110 ◦ green 25 ◦ blue 40

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

Shades of Red Berry #6E1928

Tints of Red Berry #6E1928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 62.86%
G = 14.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6E1928 (or 0x6E1928) is known color: Red Berry. HEX triplet: 6E, 19 and 28. RGB value is (110,25,40). Sum of RGB (Red+Green+Blue) = 110+25+40=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1928 is #91E6D7. Grayscale: #343434. Windows color (decimal): -9561816 or 2627950. OLE color: 2627950.

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

Color convert

RGB 110 25 40 -
CMYK 0 0.77 0.64 0.57
HSL 349.41º 0.63% 0.26% -
HSV(B) 349.41º 0.77% 0.43% -
XYZ 7.16 4.16 2.43 -
YUV 52.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 110 25 40 0 0.77 0.64 0.57 349.41 0.63 0.26
Hex 6E 19 28 0 4D 40 39 15D 3F 1A
Octal 156 31 50 0 115 100 71 535 77 32
Binary 1101110 11001 101000 0 1001101 1000000 111001 101011101 111111 11010

Color Harmonies of #6E1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1928

Black with #6E1928

Text Example


Text Example

White with #6E1928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,40); }

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

background-color css

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

 a { background-color: rgb(110,25,40); }

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

border-color css

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

 span { border-color: rgb(110,25,40); }

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