#6B1D21

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

Shades of Red Berry #6B1D21

Tints of Red Berry #6B1D21

Color information

#6B1D21 (or 0x6B1D21) is unknown color: approx Red Berry. HEX triplet: 6B, 1D and 21. RGB value is (107,29,33). Sum of RGB (Red+Green+Blue) = 107+29+33=169 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.31% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1D21 is #94E2DE. Grayscale: #343434. Windows color (decimal): -9757407 or 2170219. OLE color: 2170219.

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

Color convert

RGB1072933-
CMYK00.730.690.58
HSL356.92º57.35%26.67%-
HSV(B)356.92º72.9%41.96%-
XYZ6.784.111.88-
YUV52.78116.84166.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 63.31%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=63.31%
G=17.16%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107293300.730.690.58356.9257.3526.67
Hex6B1D21049453A165391b
Octal15335410111105725457133
Binary11010111110110000101001001100010111101010110010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,29,33); }

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

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

 a { background-color: rgb(107,29,33); }

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

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

 span { border-color: rgb(107,29,33); }

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