Html Css Color HEX #74210F Falu Red

📋 copy color: '#74210F'

red 116 ◦ green 33 ◦ blue 15

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

Shades of Falu Red #74210F

Tints of Falu Red #74210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.15%

R = 70.73%
G = 20.12%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74210F (or 0x74210F) is known color: Falu Red. HEX triplet: 74, 21 and 0F. RGB value is (116,33,15). Sum of RGB (Red+Green+Blue) = 116+33+15=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #74210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74210F is #8BDEF0. Grayscale: #373737. Windows color (decimal): -9166577 or 991604. OLE color: 991604.

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

Color convert

RGB 116 33 15 -
CMYK 0 0.72 0.87 0.55
HSL 10.69º 0.77% 0.26% -
HSV(B) 10.69º 0.87% 0.45% -
XYZ 7.83 4.84 0.97 -
YUV 55.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 116 33 15 0 0.72 0.87 0.55 10.69 0.77 0.26
Hex 74 21 F 0 48 57 37 B 4D 1A
Octal 164 41 17 0 110 127 67 13 115 32
Binary 1110100 100001 1111 0 1001000 1010111 110111 1011 1001101 11010

Color Harmonies of #74210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74210F

Black with #74210F

Text Example


Text Example

White with #74210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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