#6F1A1B

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

Shades of Red Berry #6F1A1B

Tints of Red Berry #6F1A1B

Color information

#6F1A1B (or 0x6F1A1B) is unknown color: approx Red Berry. HEX triplet: 6F, 1A and 1B. RGB value is (111,26,27). Sum of RGB (Red+Green+Blue) = 111+26+27=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A1B is #90E5E4. Grayscale: #333333. Windows color (decimal): -9496037 or 1776239. OLE color: 1776239.

HSL color Cylindrical-coordinate representation of color #6F1A1B: hue angle of 359.29º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A1B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1112627-
CMYK00.770.760.56
HSL359.29º62.04%26.86%-
HSV(B)359.29º76.58%43.53%-
XYZ7.124.21.47-
YUV51.53114.16170.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.68%
GREEN value IS 26 (10.55% from 255) = 15.85%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=67.68%
G=15.85%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111262700.770.760.56359.2962.0426.86
Hex6F1A1B04D4C381673e1b
Octal15732330115114705477633
Binary1101111110101101101001101100110011100010110011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,26,27); }

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

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

 a { background-color: rgb(111,26,27); }

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

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

 span { border-color: rgb(111,26,27); }

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