#6D1F24

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

Shades of Red Berry #6D1F24

Tints of Red Berry #6D1F24

Color information

#6D1F24 (or 0x6D1F24) is unknown color: approx Red Berry. HEX triplet: 6D, 1F and 24. RGB value is (109,31,36). Sum of RGB (Red+Green+Blue) = 109+31+36=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F24 is #92E0DB. Grayscale: #363636. Windows color (decimal): -9625820 or 2367341. OLE color: 2367341.

HSL color Cylindrical-coordinate representation of color #6D1F24: hue angle of 356.15º degrees, saturation: 0.56, 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 #6D1F24 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB1093136-
CMYK00.720.670.57
HSL356.15º55.71%27.45%-
HSV(B)356.15º71.56%42.75%-
XYZ7.124.362.14-
YUV54.89117.34166.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.93%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=61.93%
G=17.61%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109313600.720.670.57356.1555.7127.45
Hex6D1F240484339164381b
Octal15537440110103715447033
Binary11011011111110010001001000100001111100110110010011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,31,36); }

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

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

 a { background-color: rgb(109,31,36); }

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

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

 span { border-color: rgb(109,31,36); }

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