Html Css Color HEX #6F1A15 Falu Red

📋 copy color: '#6F1A15'

red 111 ◦ green 26 ◦ blue 21

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

Shades of Falu Red #6F1A15

Tints of Falu Red #6F1A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.46%

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

R = 70.25%
G = 16.46%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F1A15 (or 0x6F1A15) is known color: Falu Red. HEX triplet: 6F, 1A and 15. RGB value is (111,26,21). Sum of RGB (Red+Green+Blue) = 111+26+21=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1A15 is #90E5EA. Grayscale: #323232. Windows color (decimal): -9496043 or 1383023. OLE color: 1383023.

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

Color convert

RGB 111 26 21 -
CMYK 0 0.77 0.81 0.56
HSL 3.33º 0.68% 0.26% -
HSV(B) 3.33º 0.81% 0.44% -
XYZ 7.06 4.17 1.14 -
YUV 50.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 111 26 21 0 0.77 0.81 0.56 3.33 0.68 0.26
Hex 6F 1A 15 0 4D 51 38 3 44 1A
Octal 157 32 25 0 115 121 70 3 104 32
Binary 1101111 11010 10101 0 1001101 1010001 111000 11 1000100 11010

Color Harmonies of #6F1A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A15

Black with #6F1A15

Text Example


Text Example

White with #6F1A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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