Html Css Color HEX #741C08 Falu Red

📋 copy color: '#741C08'

red 116 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #741C08

Tints of Falu Red #741C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.26%

R = 76.32%
G = 18.42%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#741C08 (or 0x741C08) is known color: Falu Red. HEX triplet: 74, 1C and 08. RGB value is (116,28,8). Sum of RGB (Red+Green+Blue) = 116+28+8=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #741C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C08 is #8BE3F7. Grayscale: #343434. Windows color (decimal): -9167864 or 531572. OLE color: 531572.

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

Color convert

RGB 116 28 8 -
CMYK 0 0.76 0.93 0.55
HSL 11.11º 0.87% 0.24% -
HSV(B) 11.11º 0.93% 0.45% -
XYZ 7.66 4.56 0.71 -
YUV 52.03 103.15 173.63 -
System Red Green Blue C M Y K H S L
Decimal 116 28 8 0 0.76 0.93 0.55 11.11 0.87 0.24
Hex 74 1C 8 0 4C 5D 37 B 57 18
Octal 164 34 10 0 114 135 67 13 127 30
Binary 1110100 11100 1000 0 1001100 1011101 110111 1011 1010111 11000

Color Harmonies of #741C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C08

Black with #741C08

Text Example


Text Example

White with #741C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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