#6F1720

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

Shades of Red Berry #6F1720

Tints of Red Berry #6F1720

Color information

#6F1720 (or 0x6F1720) is unknown color: approx Red Berry. HEX triplet: 6F, 17 and 20. RGB value is (111,23,32). Sum of RGB (Red+Green+Blue) = 111+23+32=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1720 is #90E8DF. Grayscale: #323232. Windows color (decimal): -9496800 or 2103151. OLE color: 2103151.

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

Color convert

RGB1112332-
CMYK00.790.710.56
HSL353.86º65.67%26.27%-
HSV(B)353.86º79.28%43.53%-
XYZ7.124.11.78-
YUV50.34117.65171.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.87%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=66.87%
G=13.86%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111233200.790.710.56353.8665.6726.27
Hex6F172004F4738162421a
Octal157274001171077054210232
Binary110111110111100000010011111000111111000101100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,23,32); }

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

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

 a { background-color: rgb(111,23,32); }

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

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

 span { border-color: rgb(111,23,32); }

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