Html Css Color HEX #6F1B15 Falu Red

📋 copy color: '#6F1B15'

red 111 ◦ green 27 ◦ blue 21

#6F1B15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #6F1B15

Tints of Falu Red #6F1B15

RGB

 RED value IS 111 (43.75% from 255) = 69.81%

 GREEN value IS 27 (10.94% from 255) = 16.98%

 BLUE value IS 21 (8.59% from 255) = 13.21%

R = 69.81%
G = 16.98%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F1B15 (or 0x6F1B15) is known color: Falu Red. HEX triplet: 6F, 1B and 15. RGB value is (111,27,21). Sum of RGB (Red+Green+Blue) = 111+27+21=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1B15 is #90E4EA. Grayscale: #333333. Windows color (decimal): -9495787 or 1383279. OLE color: 1383279.

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

Color convert

RGB 111 27 21 -
CMYK 0 0.76 0.81 0.56
HSL 0.68% 0.26% -
HSV(B) 0.81% 0.44% -
XYZ 7.08 4.22 1.15 -
YUV 51.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 111 27 21 0 0.76 0.81 0.56 4 0.68 0.26
Hex 6F 1B 15 0 4C 51 38 4 44 1A
Octal 157 33 25 0 114 121 70 4 104 32
Binary 1101111 11011 10101 0 1001100 1010001 111000 100 1000100 11010

Color Harmonies of #6F1B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1B15

Black with #6F1B15

Text Example


Text Example

White with #6F1B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F1B15;
 }
 .AnyTagClassName
 {
   color: #6F1B15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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