#6B1E2C

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

Shades of Red Berry #6B1E2C

Tints of Red Berry #6B1E2C

Color information

#6B1E2C (or 0x6B1E2C) is unknown color: approx Red Berry. HEX triplet: 6B, 1E and 2C. RGB value is (107,30,44). Sum of RGB (Red+Green+Blue) = 107+30+44=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1E2C is #94E1D3. Grayscale: #363636. Windows color (decimal): -9757140 or 2891371. OLE color: 2891371.

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

Color convert

RGB1073044-
CMYK00.720.590.58
HSL349.09º56.2%26.86%-
HSV(B)349.09º71.96%41.96%-
XYZ6.984.242.83-
YUV54.62122.01165.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 59.12%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=59.12%
G=16.57%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107304400.720.590.58349.0956.226.86
Hex6B1E2C0483B3A15d381b
Octal1533654011073725357033
Binary1101011111101011000100100011101111101010101110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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