Html Css Color HEX #74210B Falu Red

📋 copy color: '#74210B'

red 116 ◦ green 33 ◦ blue 11

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

Shades of Falu Red #74210B

Tints of Falu Red #74210B

RGB

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

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

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

R = 72.5%
G = 20.63%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74210B (or 0x74210B) is known color: Falu Red. HEX triplet: 74, 21 and 0B. RGB value is (116,33,11). Sum of RGB (Red+Green+Blue) = 116+33+11=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #74210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74210B is #8BDEF4. Grayscale: #373737. Windows color (decimal): -9166581 or 729460. OLE color: 729460.

HSL color Cylindrical-coordinate representation of color #74210B: hue angle of 12.57º 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 #74210B is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 11 -
CMYK 0 0.72 0.91 0.55
HSL 12.57º 0.83% 0.25% -
HSV(B) 12.57º 0.91% 0.45% -
XYZ 7.81 4.82 0.84 -
YUV 55.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 116 33 11 0 0.72 0.91 0.55 12.57 0.83 0.25
Hex 74 21 B 0 48 5B 37 D 53 19
Octal 164 41 13 0 110 133 67 15 123 31
Binary 1110100 100001 1011 0 1001000 1011011 110111 1101 1010011 11001

Color Harmonies of #74210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74210B

Black with #74210B

Text Example


Text Example

White with #74210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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