#6D1A1B

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

Shades of Red Berry #6D1A1B

Tints of Red Berry #6D1A1B

Color information

#6D1A1B (or 0x6D1A1B) is unknown color: approx Red Berry. HEX triplet: 6D, 1A and 1B. RGB value is (109,26,27). Sum of RGB (Red+Green+Blue) = 109+26+27=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A1B is #92E5E4. Grayscale: #333333. Windows color (decimal): -9627109 or 1776237. OLE color: 1776237.

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

Color convert

RGB1092627-
CMYK00.760.750.57
HSL359.28º61.48%26.47%-
HSV(B)359.28º76.15%42.75%-
XYZ6.874.071.46-
YUV50.93114.5169.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 67.28%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=67.28%
G=16.05%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109262700.760.750.57359.2861.4826.47
Hex6D1A1B04C4B391673d1a
Octal15532330114113715477532
Binary1101101110101101101001100100101111100110110011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,27); }

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

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

 a { background-color: rgb(109,26,27); }

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

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

 span { border-color: rgb(109,26,27); }

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