#6F191D

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

Shades of Red Berry #6F191D

Tints of Red Berry #6F191D

Color information

#6F191D (or 0x6F191D) is unknown color: approx Red Berry. HEX triplet: 6F, 19 and 1D. RGB value is (111,25,29). Sum of RGB (Red+Green+Blue) = 111+25+29=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F191D is #90E6E2. Grayscale: #333333. Windows color (decimal): -9496291 or 1907055. OLE color: 1907055.

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

Color convert

RGB1112529-
CMYK00.770.740.56
HSL357.21º63.24%26.67%-
HSV(B)357.21º77.48%43.53%-
XYZ7.124.161.59-
YUV51.17115.49170.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 29 (11.72% from 255) = 17.58%
R=67.27%
G=15.15%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111252900.770.740.56357.2163.2426.67
Hex6F191D04D4A381653f1b
Octal15731350115112705457733
Binary1101111110011110101001101100101011100010110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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