Html Css Color HEX #74211B Falu Red

📋 copy color: '#74211B'

red 116 ◦ green 33 ◦ blue 27

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

Shades of Falu Red #74211B

Tints of Falu Red #74211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 65.91%
G = 18.75%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74211B (or 0x74211B) is known color: Falu Red. HEX triplet: 74, 21 and 1B. RGB value is (116,33,27). Sum of RGB (Red+Green+Blue) = 116+33+27=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #74211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74211B is #8BDEE4. Grayscale: #393939. Windows color (decimal): -9166565 or 1778036. OLE color: 1778036.

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

Color convert

RGB 116 33 27 -
CMYK 0 0.72 0.77 0.55
HSL 4.04º 0.62% 0.28% -
HSV(B) 4.04º 0.77% 0.45% -
XYZ 7.94 4.88 1.56 -
YUV 57.13 111 169.99 -
System Red Green Blue C M Y K H S L
Decimal 116 33 27 0 0.72 0.77 0.55 4.04 0.62 0.28
Hex 74 21 1B 0 48 4D 37 4 3E 1C
Octal 164 41 33 0 110 115 67 4 76 34
Binary 1110100 100001 11011 0 1001000 1001101 110111 100 111110 11100

Color Harmonies of #74211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74211B

Black with #74211B

Text Example


Text Example

White with #74211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74211B; }

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

 H1.HeaderClassName
 {
   color: #74211B;
 }
 .AnyTagClassName
 {
   color: #74211B;
 }
</style>

background-color css

<style>
 a { background-color: #74211B; }

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

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

border-color css

<style>
 span { border-color: #74211B; }

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

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