#6F1426

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

Shades of Red Berry #6F1426

Tints of Red Berry #6F1426

Color information

#6F1426 (or 0x6F1426) is unknown color: approx Red Berry. HEX triplet: 6F, 14 and 26. RGB value is (111,20,38). Sum of RGB (Red+Green+Blue) = 111+20+38=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1426 is #90EBD9. Grayscale: #313131. Windows color (decimal): -9497562 or 2495599. OLE color: 2495599.

HSL color Cylindrical-coordinate representation of color #6F1426: hue angle of 348.13º 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 #6F1426 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1112038-
CMYK00.820.660.56
HSL348.13º69.47%25.69%-
HSV(B)348.13º81.98%43.53%-
XYZ7.164.022.23-
YUV49.26121.65172.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 65.68%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=65.68%
G=11.83%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111203800.820.660.56348.1369.4725.69
Hex6F1426052423815c451a
Octal157244601221027053410532
Binary110111110100100110010100101000010111000101011100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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