Html Css Color HEX #741D0B Falu Red

📋 copy color: '#741D0B'

red 116 ◦ green 29 ◦ blue 11

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

Shades of Falu Red #741D0B

Tints of Falu Red #741D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 74.36%
G = 18.59%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#741D0B (or 0x741D0B) is known color: Falu Red. HEX triplet: 74, 1D and 0B. RGB value is (116,29,11). Sum of RGB (Red+Green+Blue) = 116+29+11=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #741D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741D0B is #8BE2F4. Grayscale: #353535. Windows color (decimal): -9167605 or 728436. OLE color: 728436.

HSL color Cylindrical-coordinate representation of color #741D0B: hue angle of 10.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #741D0B is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 11 -
CMYK 0 0.75 0.91 0.55
HSL 10.29º 0.83% 0.25% -
HSV(B) 10.29º 0.91% 0.45% -
XYZ 7.7 4.62 0.8 -
YUV 52.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 116 29 11 0 0.75 0.91 0.55 10.29 0.83 0.25
Hex 74 1D B 0 4B 5B 37 A 53 19
Octal 164 35 13 0 113 133 67 12 123 31
Binary 1110100 11101 1011 0 1001011 1011011 110111 1010 1010011 11001

Color Harmonies of #741D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D0B

Black with #741D0B

Text Example


Text Example

White with #741D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,29,11); }

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

background-color css

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

 a { background-color: rgb(116,29,11); }

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

border-color css

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

 span { border-color: rgb(116,29,11); }

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