Html Css Color HEX #741C1B Falu Red

📋 copy color: '#741C1B'

red 116 ◦ green 28 ◦ blue 27

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

Shades of Falu Red #741C1B

Tints of Falu Red #741C1B

RGB

 RED value IS 116 (45.7% from 255) = 67.84%

 GREEN value IS 28 (11.33% from 255) = 16.37%

 BLUE value IS 27 (10.94% from 255) = 15.79%

R = 67.84%
G = 16.37%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#741C1B (or 0x741C1B) is known color: Falu Red. HEX triplet: 74, 1C and 1B. RGB value is (116,28,27). Sum of RGB (Red+Green+Blue) = 116+28+27=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #741C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C1B is #8BE3E4. Grayscale: #363636. Windows color (decimal): -9167845 or 1776756. OLE color: 1776756.

HSL color Cylindrical-coordinate representation of color #741C1B: hue angle of 0.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741C1B is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 28 27 -
CMYK 0 0.76 0.77 0.55
HSL 0.67º 0.62% 0.28% -
HSV(B) 0.67º 0.77% 0.45% -
XYZ 7.82 4.62 1.52 -
YUV 54.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 116 28 27 0 0.76 0.77 0.55 0.67 0.62 0.28
Hex 74 1C 1B 0 4C 4D 37 1 3E 1C
Octal 164 34 33 0 114 115 67 1 76 34
Binary 1110100 11100 11011 0 1001100 1001101 110111 1 111110 11100

Color Harmonies of #741C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C1B

Black with #741C1B

Text Example


Text Example

White with #741C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741C1B; }

 p { color: rgb(116,28,27); }

 H1.HeaderClassName
 {
   color: #741C1B;
 }
 .AnyTagClassName
 {
   color: #741C1B;
 }
</style>

background-color css

<style>
 a { background-color: #741C1B; }

 a { background-color: rgb(116,28,27); }

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

border-color css

<style>
 span { border-color: #741C1B; }

 span { border-color: rgb(116,28,27); }

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