#6C1D2C

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

Shades of Red Berry #6C1D2C

Tints of Red Berry #6C1D2C

Color information

#6C1D2C (or 0x6C1D2C) is unknown color: approx Red Berry. HEX triplet: 6C, 1D and 2C. RGB value is (108,29,44). Sum of RGB (Red+Green+Blue) = 108+29+44=181 (23% of max value = 765). Red value is 108 (42.58% from 255 or 59.67% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1D2C is #93E2D3. Grayscale: #363636. Windows color (decimal): -9691860 or 2891116. OLE color: 2891116.

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

Color convert

RGB1082944-
CMYK00.730.590.58
HSL348.61º57.66%26.86%-
HSV(B)348.61º73.15%42.35%-
XYZ7.084.252.83-
YUV54.33122.17166.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 59.67%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=59.67%
G=16.02%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108294400.730.590.58348.6157.6626.86
Hex6C1D2C0493B3A15d3a1b
Octal1543554011173725357233
Binary1101100111011011000100100111101111101010101110111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,29,44); }

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

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

 a { background-color: rgb(108,29,44); }

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

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

 span { border-color: rgb(108,29,44); }

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