#6E202B

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

Shades of Red Berry #6E202B

Tints of Red Berry #6E202B

Color information

#6E202B (or 0x6E202B) is unknown color: approx Red Berry. HEX triplet: 6E, 20 and 2B. RGB value is (110,32,43). Sum of RGB (Red+Green+Blue) = 110+32+43=185 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.46% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 110 - color contains mainly: red. Hex color #6E202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E202B is #91DFD4. Grayscale: #383838. Windows color (decimal): -9560021 or 2826350. OLE color: 2826350.

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

Color convert

RGB1103243-
CMYK00.710.610.57
HSL351.54º54.93%27.84%-
HSV(B)351.54º70.91%43.14%-
XYZ7.384.522.77-
YUV56.58120.34166.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 59.46%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=59.46%
G=17.30%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110324300.710.610.57351.5454.9327.84
Hex6E202B0473D39160371c
Octal1564053010775715406734
Binary11011101000001010110100011111110111100110110000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,32,43); }

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

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

 a { background-color: rgb(110,32,43); }

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

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

 span { border-color: rgb(110,32,43); }

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