#6E2127

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

Shades of Red Berry #6E2127

Tints of Red Berry #6E2127

Color information

#6E2127 (or 0x6E2127) is unknown color: approx Red Berry. HEX triplet: 6E, 21 and 27. RGB value is (110,33,39). Sum of RGB (Red+Green+Blue) = 110+33+39=182 (24% of max value = 765). Red value is 110 (43.36% from 255 or 60.44% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2127 is #91DED8. Grayscale: #383838. Windows color (decimal): -9559769 or 2564462. OLE color: 2564462.

HSL color Cylindrical-coordinate representation of color #6E2127: hue angle of 355.32º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E2127 is Cyan = 0, Magento = 0.7, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB1103339-
CMYK00.70.650.57
HSL355.32º53.85%28.04%-
HSV(B)355.32º70%43.14%-
XYZ7.344.552.41-
YUV56.71118.01166.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 60.44%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=60.44%
G=18.13%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110333900.70.650.57355.3253.8528.04
Hex6E21270464139163361c
Octal15641470106101715436634
Binary110111010000110011101000110100000111100110110001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,33,39); }

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

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

 a { background-color: rgb(110,33,39); }

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

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

 span { border-color: rgb(110,33,39); }

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