Html Css Color HEX #741608 Falu Red

📋 copy color: '#741608'

red 116 ◦ green 22 ◦ blue 8

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

Shades of Falu Red #741608

Tints of Falu Red #741608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

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

R = 79.45%
G = 15.07%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#741608 (or 0x741608) is known color: Falu Red. HEX triplet: 74, 16 and 08. RGB value is (116,22,8). Sum of RGB (Red+Green+Blue) = 116+22+8=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #741608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741608 is #8BE9F7. Grayscale: #303030. Windows color (decimal): -9169400 or 530036. OLE color: 530036.

HSL color Cylindrical-coordinate representation of color #741608: hue angle of 7.78º 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 #741608 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 8 -
CMYK 0 0.81 0.93 0.55
HSL 7.78º 0.87% 0.24% -
HSV(B) 7.78º 0.93% 0.45% -
XYZ 7.53 4.3 0.66 -
YUV 48.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 116 22 8 0 0.81 0.93 0.55 7.78 0.87 0.24
Hex 74 16 8 0 51 5D 37 8 57 18
Octal 164 26 10 0 121 135 67 10 127 30
Binary 1110100 10110 1000 0 1010001 1011101 110111 1000 1010111 11000

Color Harmonies of #741608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741608

Black with #741608

Text Example


Text Example

White with #741608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741608; }

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

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

background-color css

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

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

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

border-color css

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

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

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