#6F1316

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

Shades of Red Berry #6F1316

Tints of Red Berry #6F1316

Color information

#6F1316 (or 0x6F1316) is unknown color: approx Red Berry. HEX triplet: 6F, 13 and 16. RGB value is (111,19,22). Sum of RGB (Red+Green+Blue) = 111+19+22=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1316 is #90ECE9. Grayscale: #2E2E2E. Windows color (decimal): -9497834 or 1446767. OLE color: 1446767.

HSL color Cylindrical-coordinate representation of color #6F1316: hue angle of 358.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1316 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1111922-
CMYK00.830.800.56
HSL358.04º70.77%25.49%-
HSV(B)358.04º82.88%43.53%-
XYZ6.933.91.15-
YUV46.85113.98173.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.03%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=73.03%
G=12.5%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111192200.830.800.56358.0470.7725.49
Hex6F131605350381664719
Octal157232601231207054610731
Binary11011111001110110010100111010000111000101100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,19,22); }

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

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

 a { background-color: rgb(111,19,22); }

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

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

 span { border-color: rgb(111,19,22); }

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