#6C1D21

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

Shades of Red Berry #6C1D21

Tints of Red Berry #6C1D21

Color information

#6C1D21 (or 0x6C1D21) is unknown color: approx Red Berry. HEX triplet: 6C, 1D and 21. RGB value is (108,29,33). Sum of RGB (Red+Green+Blue) = 108+29+33=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1D21 is #93E2DE. Grayscale: #353535. Windows color (decimal): -9691871 or 2170220. OLE color: 2170220.

HSL color Cylindrical-coordinate representation of color #6C1D21: hue angle of 356.96º 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 #6C1D21 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1082933-
CMYK00.730.690.58
HSL356.96º57.66%26.86%-
HSV(B)356.96º73.15%42.35%-
XYZ6.94.181.88-
YUV53.08116.67167.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.53%
GREEN value IS 29 (11.72% from 255) = 17.06%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=63.53%
G=17.06%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108293300.730.690.58356.9657.6626.86
Hex6C1D21049453A1653a1b
Octal15435410111105725457233
Binary11011001110110000101001001100010111101010110010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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