#6F1521

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

Shades of Red Berry #6F1521

Tints of Red Berry #6F1521

Color information

#6F1521 (or 0x6F1521) is unknown color: approx Red Berry. HEX triplet: 6F, 15 and 21. RGB value is (111,21,33). Sum of RGB (Red+Green+Blue) = 111+21+33=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1521 is #90EADE. Grayscale: #313131. Windows color (decimal): -9497311 or 2168175. OLE color: 2168175.

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

Color convert

RGB1112133-
CMYK00.810.700.56
HSL352º68.18%25.88%-
HSV(B)352º81.08%43.53%-
XYZ7.14.031.84-
YUV49.28118.82172.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 33 (13.28% from 255) = 20%
R=67.27%
G=12.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111213300.810.700.5635268.1825.88
Hex6F15210514638160441a
Octal157254101211067054010432
Binary110111110101100001010100011000110111000101100000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,33); }

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

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

 a { background-color: rgb(111,21,33); }

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

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

 span { border-color: rgb(111,21,33); }

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