#6D2028

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

Shades of Red Berry #6D2028

Tints of Red Berry #6D2028

Color information

#6D2028 (or 0x6D2028) is unknown color: approx Red Berry. HEX triplet: 6D, 20 and 28. RGB value is (109,32,40). Sum of RGB (Red+Green+Blue) = 109+32+40=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2028 is #92DFD7. Grayscale: #373737. Windows color (decimal): -9625560 or 2629741. OLE color: 2629741.

HSL color Cylindrical-coordinate representation of color #6D2028: hue angle of 353.77º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2028 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB1093240-
CMYK00.710.630.57
HSL353.77º54.61%27.65%-
HSV(B)353.77º70.64%42.75%-
XYZ7.214.442.48-
YUV55.94119.01165.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 60.22%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=60.22%
G=17.68%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109324000.710.630.57353.7754.6127.65
Hex6D20280473F39162371c
Octal1554050010777715426734
Binary11011011000001010000100011111111111100110110001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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