#6D202B

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

Shades of Red Berry #6D202B

Tints of Red Berry #6D202B

Color information

#6D202B (or 0x6D202B) is unknown color: approx Red Berry. HEX triplet: 6D, 20 and 2B. RGB value is (109,32,43). Sum of RGB (Red+Green+Blue) = 109+32+43=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D202B is #92DFD4. Grayscale: #383838. Windows color (decimal): -9625557 or 2826349. OLE color: 2826349.

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

Color convert

RGB1093243-
CMYK00.710.610.57
HSL351.43º54.61%27.65%-
HSV(B)351.43º70.64%42.75%-
XYZ7.264.462.76-
YUV56.28120.51165.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 59.24%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=59.24%
G=17.39%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109324300.710.610.57351.4354.6127.65
Hex6D202B0473D3915f371c
Octal1554053010775715376734
Binary11011011000001010110100011111110111100110101111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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