Html Css Color HEX #741D0C Falu Red

📋 copy color: '#741D0C'

red 116 ◦ green 29 ◦ blue 12

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

Shades of Falu Red #741D0C

Tints of Falu Red #741D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 73.89%
G = 18.47%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#741D0C (or 0x741D0C) is known color: Falu Red. HEX triplet: 74, 1D and 0C. RGB value is (116,29,12). Sum of RGB (Red+Green+Blue) = 116+29+12=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #741D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741D0C is #8BE2F3. Grayscale: #353535. Windows color (decimal): -9167604 or 793972. OLE color: 793972.

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

Color convert

RGB 116 29 12 -
CMYK 0 0.75 0.90 0.55
HSL 9.81º 0.81% 0.25% -
HSV(B) 9.81º 0.9% 0.45% -
XYZ 7.71 4.62 0.83 -
YUV 53.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 116 29 12 0 0.75 0.90 0.55 9.81 0.81 0.25
Hex 74 1D C 0 4B 5A 37 A 51 19
Octal 164 35 14 0 113 132 67 12 121 31
Binary 1110100 11101 1100 0 1001011 1011010 110111 1010 1010001 11001

Color Harmonies of #741D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D0C

Black with #741D0C

Text Example


Text Example

White with #741D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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