#6D1821

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

Shades of Red Berry #6D1821

Tints of Red Berry #6D1821

Color information

#6D1821 (or 0x6D1821) is unknown color: approx Red Berry. HEX triplet: 6D, 18 and 21. RGB value is (109,24,33). Sum of RGB (Red+Green+Blue) = 109+24+33=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1821 is #92E7DE. Grayscale: #323232. Windows color (decimal): -9627615 or 2168941. OLE color: 2168941.

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

Color convert

RGB1092433-
CMYK00.780.700.57
HSL353.65º63.91%26.08%-
HSV(B)353.65º77.98%42.75%-
XYZ6.914.011.85-
YUV50.44118.16169.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 65.66%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=65.66%
G=14.46%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109243300.780.700.57353.6563.9126.08
Hex6D182104E4639162401a
Octal155304101161067154210032
Binary110110111000100001010011101000110111001101100010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,24,33); }

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

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

 a { background-color: rgb(109,24,33); }

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

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

 span { border-color: rgb(109,24,33); }

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