#6F141A

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

Shades of Red Berry #6F141A

Tints of Red Berry #6F141A

Color information

#6F141A (or 0x6F141A) is unknown color: approx Red Berry. HEX triplet: 6F, 14 and 1A. RGB value is (111,20,26). Sum of RGB (Red+Green+Blue) = 111+20+26=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F141A is #90EBE5. Grayscale: #2F2F2F. Windows color (decimal): -9497574 or 1709167. OLE color: 1709167.

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

Color convert

RGB1112026-
CMYK00.820.770.56
HSL356.04º69.47%25.69%-
HSV(B)356.04º81.98%43.53%-
XYZ6.993.951.37-
YUV47.89115.65173.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 70.70%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=70.70%
G=12.74%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111202600.820.770.56356.0469.4725.69
Hex6F141A0524D38164451a
Octal157243201221157054410532
Binary11011111010011010010100101001101111000101100100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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