#6F1422

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

Shades of Red Berry #6F1422

Tints of Red Berry #6F1422

Color information

#6F1422 (or 0x6F1422) is unknown color: approx Red Berry. HEX triplet: 6F, 14 and 22. RGB value is (111,20,34). Sum of RGB (Red+Green+Blue) = 111+20+34=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1422 is #90EBDD. Grayscale: #303030. Windows color (decimal): -9497566 or 2233455. OLE color: 2233455.

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

Color convert

RGB1112034-
CMYK00.820.690.56
HSL350.77º69.47%25.69%-
HSV(B)350.77º81.98%43.53%-
XYZ7.0941.91-
YUV48.8119.65172.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 20 (8.20% from 255) = 12.12%
BLUE value IS 34 (13.67% from 255) = 20.61%
R=67.27%
G=12.12%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111203400.820.690.56350.7769.4725.69
Hex6F1422052453815f451a
Octal157244201221057053710532
Binary110111110100100010010100101000101111000101011111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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