#6B1E27

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

Shades of Red Berry #6B1E27

Tints of Red Berry #6B1E27

Color information

#6B1E27 (or 0x6B1E27) is unknown color: approx Red Berry. HEX triplet: 6B, 1E and 27. RGB value is (107,30,39). Sum of RGB (Red+Green+Blue) = 107+30+39=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1E27 is #94E1D8. Grayscale: #363636. Windows color (decimal): -9757145 or 2563691. OLE color: 2563691.

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

Color convert

RGB1073039-
CMYK00.720.640.58
HSL352.99º56.2%26.86%-
HSV(B)352.99º71.96%41.96%-
XYZ6.894.22.37-
YUV54.05119.51165.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.80%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=60.80%
G=17.05%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107303900.720.640.58352.9956.226.86
Hex6B1E27048403A161381b
Octal15336470110100725417033
Binary11010111111010011101001000100000011101010110000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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