#6D1E28

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

Shades of Red Berry #6D1E28

Tints of Red Berry #6D1E28

Color information

#6D1E28 (or 0x6D1E28) is unknown color: approx Red Berry. HEX triplet: 6D, 1E and 28. RGB value is (109,30,40). Sum of RGB (Red+Green+Blue) = 109+30+40=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E28 is #92E1D7. Grayscale: #363636. Windows color (decimal): -9626072 or 2629229. OLE color: 2629229.

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

Color convert

RGB1093040-
CMYK00.720.630.57
HSL352.41º56.83%27.25%-
HSV(B)352.41º72.48%42.75%-
XYZ7.154.332.47-
YUV54.76119.67166.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 60.89%
GREEN value IS 30 (12.11% from 255) = 16.76%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=60.89%
G=16.76%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109304000.720.630.57352.4156.8327.25
Hex6D1E280483F39160391b
Octal1553650011077715407133
Binary1101101111101010000100100011111111100110110000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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