#6D1C1E

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

Shades of Red Berry #6D1C1E

Tints of Red Berry #6D1C1E

Color information

#6D1C1E (or 0x6D1C1E) is unknown color: approx Red Berry. HEX triplet: 6D, 1C and 1E. RGB value is (109,28,30). Sum of RGB (Red+Green+Blue) = 109+28+30=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C1E is #92E3E1. Grayscale: #343434. Windows color (decimal): -9626594 or 1973357. OLE color: 1973357.

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

Color convert

RGB1092830-
CMYK00.740.720.57
HSL358.52º59.12%26.86%-
HSV(B)358.52º74.31%42.75%-
XYZ6.964.181.67-
YUV52.45115.34168.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 65.27%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 30 (12.11% from 255) = 17.96%
R=65.27%
G=16.77%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109283000.740.720.57358.5259.1226.86
Hex6D1C1E04A48391673b1b
Octal15534360112110715477333
Binary1101101111001111001001010100100011100110110011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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