#6D1D1E

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

Shades of Red Berry #6D1D1E

Tints of Red Berry #6D1D1E

Color information

#6D1D1E (or 0x6D1D1E) is unknown color: approx Red Berry. HEX triplet: 6D, 1D and 1E. RGB value is (109,29,30). Sum of RGB (Red+Green+Blue) = 109+29+30=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D1E is #92E2E1. Grayscale: #353535. Windows color (decimal): -9626338 or 1973613. OLE color: 1973613.

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

Color convert

RGB1092930-
CMYK00.730.720.57
HSL359.25º57.97%27.06%-
HSV(B)359.25º73.39%42.75%-
XYZ6.984.221.68-
YUV53.03115167.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 64.88%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=64.88%
G=17.26%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109293000.730.720.57359.2557.9727.06
Hex6D1D1E04948391673a1b
Octal15535360111110715477233
Binary1101101111011111001001001100100011100110110011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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