#6D1A1C

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

Shades of Red Berry #6D1A1C

Tints of Red Berry #6D1A1C

Color information

#6D1A1C (or 0x6D1A1C) is unknown color: approx Red Berry. HEX triplet: 6D, 1A and 1C. RGB value is (109,26,28). Sum of RGB (Red+Green+Blue) = 109+26+28=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A1C is #92E5E3. Grayscale: #333333. Windows color (decimal): -9627108 or 1841773. OLE color: 1841773.

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

Color convert

RGB1092628-
CMYK00.760.740.57
HSL358.55º61.48%26.47%-
HSV(B)358.55º76.15%42.75%-
XYZ6.894.071.52-
YUV51.04115169.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.87%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=66.87%
G=15.95%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109262800.760.740.57358.5561.4826.47
Hex6D1A1C04C4A391673d1a
Octal15532340114112715477532
Binary1101101110101110001001100100101011100110110011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,28); }

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

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

 a { background-color: rgb(109,26,28); }

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

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

 span { border-color: rgb(109,26,28); }

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