#6d1e27

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

Shades of Red Berry #6D1E27

Tints of Red Berry #6D1E27

Color information

#6D1E27 (or 0x6D1E27) is unknown color: approx Red Berry. HEX triplet: 6D, 1E and 27. RGB value is (109,30,39). Sum of RGB (Red+Green+Blue) = 109+30+39=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E27 is #92E1D8. Grayscale: #363636. Windows color (decimal): -9626073 or 2563693. OLE color: 2563693.

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

Color convert

RGB1093039-
CMYK00.720.640.57
HSL353.16º56.83%27.25%-
HSV(B)353.16º72.48%42.75%-
XYZ7.144.332.38-
YUV54.65119.17166.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.24%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 39 (15.62% from 255) = 21.91%
R=61.24%
G=16.85%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109303900.720.640.57353.1656.8327.25
Hex6D1E270484039161391b
Octal15536470110100715417133
Binary11011011111010011101001000100000011100110110000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d1e27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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