Html Css Color HEX #74210D Falu Red

📋 copy color: '#74210D'

red 116 ◦ green 33 ◦ blue 13

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

Shades of Falu Red #74210D

Tints of Falu Red #74210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.37%

 BLUE value IS 13 (5.47% from 255) = 8.02%

R = 71.6%
G = 20.37%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74210D (or 0x74210D) is known color: Falu Red. HEX triplet: 74, 21 and 0D. RGB value is (116,33,13). Sum of RGB (Red+Green+Blue) = 116+33+13=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74210D is #8BDEF2. Grayscale: #373737. Windows color (decimal): -9166579 or 860532. OLE color: 860532.

HSL color Cylindrical-coordinate representation of color #74210D: hue angle of 11.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74210D is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 13 -
CMYK 0 0.72 0.89 0.55
HSL 11.65º 0.8% 0.25% -
HSV(B) 11.65º 0.89% 0.45% -
XYZ 7.82 4.83 0.9 -
YUV 55.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 116 33 13 0 0.72 0.89 0.55 11.65 0.8 0.25
Hex 74 21 D 0 48 59 37 C 50 19
Octal 164 41 15 0 110 131 67 14 120 31
Binary 1110100 100001 1101 0 1001000 1011001 110111 1100 1010000 11001

Color Harmonies of #74210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74210D

Black with #74210D

Text Example


Text Example

White with #74210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74210D; }

 p { color: rgb(116,33,13); }

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

background-color css

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

 a { background-color: rgb(116,33,13); }

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

border-color css

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

 span { border-color: rgb(116,33,13); }

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