#6e1d27

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

Shades of Red Berry #6E1D27

Tints of Red Berry #6E1D27

Color information

#6E1D27 (or 0x6E1D27) is unknown color: approx Red Berry. HEX triplet: 6E, 1D and 27. RGB value is (110,29,39). Sum of RGB (Red+Green+Blue) = 110+29+39=178 (23% of max value = 765). Red value is 110 (43.36% from 255 or 61.80% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1D27 is #91E2D8. Grayscale: #363636. Windows color (decimal): -9560793 or 2563438. OLE color: 2563438.

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

Color convert

RGB1102939-
CMYK00.740.650.57
HSL352.59º58.27%27.25%-
HSV(B)352.59º73.64%43.14%-
XYZ7.244.342.38-
YUV54.36119.34167.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 61.80%
GREEN value IS 29 (11.72% from 255) = 16.29%
BLUE value IS 39 (15.62% from 255) = 21.91%
R=61.80%
G=16.29%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110293900.740.650.57352.5958.2727.25
Hex6E1D2704A41391613a1b
Octal15635470112101715417233
Binary11011101110110011101001010100000111100110110000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e1d27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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