#6B1E29

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

Shades of Red Berry #6B1E29

Tints of Red Berry #6B1E29

Color information

#6B1E29 (or 0x6B1E29) is unknown color: approx Red Berry. HEX triplet: 6B, 1E and 29. RGB value is (107,30,41). Sum of RGB (Red+Green+Blue) = 107+30+41=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1E29 is #94E1D6. Grayscale: #363636. Windows color (decimal): -9757143 or 2694763. OLE color: 2694763.

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

Color convert

RGB1073041-
CMYK00.720.620.58
HSL351.43º56.2%26.86%-
HSV(B)351.43º71.96%41.96%-
XYZ6.934.212.55-
YUV54.28120.51165.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.11%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=60.11%
G=16.85%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107304100.720.620.58351.4356.226.86
Hex6B1E290483E3A15f381b
Octal1533651011076725377033
Binary1101011111101010010100100011111011101010101111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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