#6E1C22

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

Shades of Red Berry #6E1C22

Tints of Red Berry #6E1C22

Color information

#6E1C22 (or 0x6E1C22) is unknown color: approx Red Berry. HEX triplet: 6E, 1C and 22. RGB value is (110,28,34). Sum of RGB (Red+Green+Blue) = 110+28+34=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1C22 is #91E3DD. Grayscale: #353535. Windows color (decimal): -9561054 or 2235502. OLE color: 2235502.

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

Color convert

RGB1102834-
CMYK00.750.690.57
HSL355.61º59.42%27.06%-
HSV(B)355.61º74.55%43.14%-
XYZ7.134.261.96-
YUV53.2117.17168.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 63.95%
GREEN value IS 28 (11.33% from 255) = 16.28%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=63.95%
G=16.28%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110283400.750.690.57355.6159.4227.06
Hex6E1C2204B45391643b1b
Octal15634420113105715447333
Binary11011101110010001001001011100010111100110110010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,28,34); }

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

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

 a { background-color: rgb(110,28,34); }

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

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

 span { border-color: rgb(110,28,34); }

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