Html Css Color HEX #74150B Falu Red

📋 copy color: '#74150B'

red 116 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #74150B

Tints of Falu Red #74150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.19%

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

R = 78.38%
G = 14.19%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74150B (or 0x74150B) is known color: Falu Red. HEX triplet: 74, 15 and 0B. RGB value is (116,21,11). Sum of RGB (Red+Green+Blue) = 116+21+11=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #74150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74150B is #8BEAF4. Grayscale: #303030. Windows color (decimal): -9169653 or 726388. OLE color: 726388.

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

Color convert

RGB 116 21 11 -
CMYK 0 0.82 0.91 0.55
HSL 5.71º 0.83% 0.25% -
HSV(B) 5.71º 0.91% 0.45% -
XYZ 7.53 4.27 0.74 -
YUV 48.27 106.97 176.31 -
System Red Green Blue C M Y K H S L
Decimal 116 21 11 0 0.82 0.91 0.55 5.71 0.83 0.25
Hex 74 15 B 0 52 5B 37 6 53 19
Octal 164 25 13 0 122 133 67 6 123 31
Binary 1110100 10101 1011 0 1010010 1011011 110111 110 1010011 11001

Color Harmonies of #74150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74150B

Black with #74150B

Text Example


Text Example

White with #74150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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