#6D1B23

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

Shades of Red Berry #6D1B23

Tints of Red Berry #6D1B23

Color information

#6D1B23 (or 0x6D1B23) is unknown color: approx Red Berry. HEX triplet: 6D, 1B and 23. RGB value is (109,27,35). Sum of RGB (Red+Green+Blue) = 109+27+35=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B23 is #92E4DC. Grayscale: #343434. Windows color (decimal): -9626845 or 2300781. OLE color: 2300781.

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

Color convert

RGB1092735-
CMYK00.750.680.57
HSL354.15º60.29%26.67%-
HSV(B)354.15º75.23%42.75%-
XYZ74.162.02-
YUV52.43118.17168.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.74%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 35 (14.06% from 255) = 20.47%
R=63.74%
G=15.79%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109273500.750.680.57354.1560.2926.67
Hex6D1B2304B44391623c1b
Octal15533430113104715427433
Binary11011011101110001101001011100010011100110110001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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