#6D191C

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

Shades of Red Berry #6D191C

Tints of Red Berry #6D191C

Color information

#6D191C (or 0x6D191C) is unknown color: approx Red Berry. HEX triplet: 6D, 19 and 1C. RGB value is (109,25,28). Sum of RGB (Red+Green+Blue) = 109+25+28=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D191C is #92E6E3. Grayscale: #323232. Windows color (decimal): -9627364 or 1841517. OLE color: 1841517.

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

Color convert

RGB1092528-
CMYK00.770.740.57
HSL357.86º62.69%26.27%-
HSV(B)357.86º77.06%42.75%-
XYZ6.864.031.51-
YUV50.46115.33169.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 67.28%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=67.28%
G=15.43%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109252800.770.740.57357.8662.6926.27
Hex6D191C04D4A391663f1a
Octal15531340115112715467732
Binary1101101110011110001001101100101011100110110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,25,28); }

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

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

 a { background-color: rgb(109,25,28); }

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

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

 span { border-color: rgb(109,25,28); }

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