#6f181f

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

Shades of Red Berry #6F181F

Tints of Red Berry #6F181F

Color information

#6F181F (or 0x6F181F) is unknown color: approx Red Berry. HEX triplet: 6F, 18 and 1F. RGB value is (111,24,31). Sum of RGB (Red+Green+Blue) = 111+24+31=166 (21% of max value = 765). Red value is 111 (43.75% from 255 or 66.87% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 111 - color contains mainly: red. Hex color #6F181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F181F is #90E7E0. Grayscale: #323232. Windows color (decimal): -9496545 or 2037871. OLE color: 2037871.

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

Color convert

RGB1112431-
CMYK00.780.720.56
HSL355.17º64.44%26.47%-
HSV(B)355.17º78.38%43.53%-
XYZ7.134.131.72-
YUV50.81116.82170.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.87%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=66.87%
G=14.46%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111243100.780.720.56355.1764.4426.47
Hex6F181F04E4838163401a
Octal157303701161107054310032
Binary11011111100011111010011101001000111000101100011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f181f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,24,31); }

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

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

 a { background-color: rgb(111,24,31); }

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

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

 span { border-color: rgb(111,24,31); }

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