Html Css Color HEX #741B00 Falu Red

📋 copy color: '#741B00'

red 116 ◦ green 27 ◦ blue 0

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

Shades of Falu Red #741B00

Tints of Falu Red #741B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.12%
G = 18.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#741B00 (or 0x741B00) is known color: Falu Red. HEX triplet: 74, 1B and 00. RGB value is (116,27,0). Sum of RGB (Red+Green+Blue) = 116+27+0=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #741B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741B00 is #8BE4FF. Grayscale: #323232. Windows color (decimal): -9168128 or 7028. OLE color: 7028.

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

Color convert

RGB 116 27 0 -
CMYK 0 0.77 1 0.55
HSL 13.97º 1% 0.23% -
HSV(B) 13.97º 1% 0.45% -
XYZ 7.59 4.5 0.47 -
YUV 50.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 116 27 0 0 0.77 1 0.55 13.97 1 0.23
Hex 74 1B 0 0 4D 64 37 E 64 17
Octal 164 33 0 0 115 144 67 16 144 27
Binary 1110100 11011 0 0 1001101 1100100 110111 1110 1100100 10111

Color Harmonies of #741B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B00

Black with #741B00

Text Example


Text Example

White with #741B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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