#6D1E29

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

Shades of Red Berry #6D1E29

Tints of Red Berry #6D1E29

Color information

#6D1E29 (or 0x6D1E29) is unknown color: approx Red Berry. HEX triplet: 6D, 1E and 29. RGB value is (109,30,41). Sum of RGB (Red+Green+Blue) = 109+30+41=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E29 is #92E1D6. Grayscale: #363636. Windows color (decimal): -9626071 or 2694765. OLE color: 2694765.

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

Color convert

RGB1093041-
CMYK00.720.620.57
HSL351.65º56.83%27.25%-
HSV(B)351.65º72.48%42.75%-
XYZ7.174.342.56-
YUV54.88120.17166.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 60.56%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=60.56%
G=16.67%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109304100.720.620.57351.6556.8327.25
Hex6D1E290483E39160391b
Octal1553651011076715407133
Binary1101101111101010010100100011111011100110110000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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