#6F191E

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

Shades of Red Berry #6F191E

Tints of Red Berry #6F191E

Color information

#6F191E (or 0x6F191E) is unknown color: approx Red Berry. HEX triplet: 6F, 19 and 1E. RGB value is (111,25,30). Sum of RGB (Red+Green+Blue) = 111+25+30=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F191E is #90E6E1. Grayscale: #333333. Windows color (decimal): -9496290 or 1972591. OLE color: 1972591.

HSL color Cylindrical-coordinate representation of color #6F191E: hue angle of 356.51º degrees, saturation: 0.63, 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 #6F191E is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1112530-
CMYK00.770.730.56
HSL356.51º63.24%26.67%-
HSV(B)356.51º77.48%43.53%-
XYZ7.144.171.66-
YUV51.28115.99170.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.87%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=66.87%
G=15.06%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111253000.770.730.56356.5163.2426.67
Hex6F191E04D49381653f1b
Octal15731360115111705457733
Binary1101111110011111001001101100100111100010110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,30); }

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

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

 a { background-color: rgb(111,25,30); }

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

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

 span { border-color: rgb(111,25,30); }

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