Html Css Color HEX #74241A Falu Red

📋 copy color: '#74241A'

red 116 ◦ green 36 ◦ blue 26

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

Shades of Falu Red #74241A

Tints of Falu Red #74241A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 65.17%
G = 20.22%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74241A (or 0x74241A) is known color: Falu Red. HEX triplet: 74, 24 and 1A. RGB value is (116,36,26). Sum of RGB (Red+Green+Blue) = 116+36+26=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74241A is #8BDBE5. Grayscale: #3A3A3A. Windows color (decimal): -9165798 or 1713268. OLE color: 1713268.

HSL color Cylindrical-coordinate representation of color #74241A: hue angle of 6.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74241A is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 26 -
CMYK 0 0.69 0.78 0.55
HSL 6.67º 0.63% 0.28% -
HSV(B) 6.67º 0.78% 0.45% -
XYZ 8.02 5.05 1.53 -
YUV 58.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 116 36 26 0 0.69 0.78 0.55 6.67 0.63 0.28
Hex 74 24 1A 0 45 4E 37 7 3F 1C
Octal 164 44 32 0 105 116 67 7 77 34
Binary 1110100 100100 11010 0 1000101 1001110 110111 111 111111 11100

Color Harmonies of #74241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74241A

Black with #74241A

Text Example


Text Example

White with #74241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74241A; }

 p { color: rgb(116,36,26); }

 H1.HeaderClassName
 {
   color: #74241A;
 }
 .AnyTagClassName
 {
   color: #74241A;
 }
</style>

background-color css

<style>
 a { background-color: #74241A; }

 a { background-color: rgb(116,36,26); }

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

border-color css

<style>
 span { border-color: #74241A; }

 span { border-color: rgb(116,36,26); }

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