#6B1C1E

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

Shades of Red Berry #6B1C1E

Tints of Red Berry #6B1C1E

Color information

#6B1C1E (or 0x6B1C1E) is unknown color: approx Red Berry. HEX triplet: 6B, 1C and 1E. RGB value is (107,28,30). Sum of RGB (Red+Green+Blue) = 107+28+30=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1C1E is #94E3E1. Grayscale: #333333. Windows color (decimal): -9757666 or 1973355. OLE color: 1973355.

HSL color Cylindrical-coordinate representation of color #6B1C1E: hue angle of 358.48º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B1C1E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB1072830-
CMYK00.740.720.58
HSL358.48º58.52%26.47%-
HSV(B)358.48º73.83%41.96%-
XYZ6.714.051.66-
YUV51.85115.67167.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.85%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=64.85%
G=16.97%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107283000.740.720.58358.4858.5226.47
Hex6B1C1E04A483A1663b1a
Octal15334360112110725467332
Binary1101011111001111001001010100100011101010110011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,28,30); }

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

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

 a { background-color: rgb(107,28,30); }

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

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

 span { border-color: rgb(107,28,30); }

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