Html Css Color HEX #6F1F05 Falu Red

📋 copy color: '#6F1F05'

red 111 ◦ green 31 ◦ blue 5

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

Shades of Falu Red #6F1F05

Tints of Falu Red #6F1F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 75.51%
G = 21.09%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F1F05 (or 0x6F1F05) is known color: Falu Red. HEX triplet: 6F, 1F and 05. RGB value is (111,31,5). Sum of RGB (Red+Green+Blue) = 111+31+5=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1F05 is #90E0FA. Grayscale: #343434. Windows color (decimal): -9494779 or 335727. OLE color: 335727.

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

Color convert

RGB 111 31 5 -
CMYK 0 0.72 0.95 0.56
HSL 14.72º 0.91% 0.23% -
HSV(B) 14.72º 0.95% 0.44% -
XYZ 7.07 4.37 0.61 -
YUV 51.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 111 31 5 0 0.72 0.95 0.56 14.72 0.91 0.23
Hex 6F 1F 5 0 48 5F 38 F 5B 17
Octal 157 37 5 0 110 137 70 17 133 27
Binary 1101111 11111 101 0 1001000 1011111 111000 1111 1011011 10111

Color Harmonies of #6F1F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1F05

Black with #6F1F05

Text Example


Text Example

White with #6F1F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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