#6E1A2B

Color #6E1A2B Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #6E1A2B

Tints of Red Berry #6E1A2B

Color information

#6E1A2B (or 0x6E1A2B) is unknown color: approx Red Berry. HEX triplet: 6E, 1A and 2B. RGB value is (110,26,43). Sum of RGB (Red+Green+Blue) = 110+26+43=179 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.45% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1A2B is #91E5D4. Grayscale: #353535. Windows color (decimal): -9561557 or 2824814. OLE color: 2824814.

HSL color Cylindrical-coordinate representation of color #6E1A2B: hue angle of 347.86º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E1A2B is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1102643-
CMYK00.760.610.57
HSL347.86º61.76%26.67%-
HSV(B)347.86º76.36%43.14%-
XYZ7.244.232.72-
YUV53.05122.33168.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 61.45%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=61.45%
G=14.53%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110264300.760.610.57347.8661.7626.67
Hex6E1A2B04C3D3915c3e1b
Octal1563253011475715347633
Binary1101110110101010110100110011110111100110101110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E1A2B;
 }
 .AnyTagClassName
 {
   color: #6E1A2B;
 }
</style>
background-color css

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

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

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

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

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

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