Html Css Color HEX #74241B Falu Red

📋 copy color: '#74241B'

red 116 ◦ green 36 ◦ blue 27

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

Shades of Falu Red #74241B

Tints of Falu Red #74241B

RGB

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

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

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

R = 64.8%
G = 20.11%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74241B (or 0x74241B) is known color: Falu Red. HEX triplet: 74, 24 and 1B. RGB value is (116,36,27). Sum of RGB (Red+Green+Blue) = 116+36+27=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74241B is #8BDBE4. Grayscale: #3B3B3B. Windows color (decimal): -9165797 or 1778804. OLE color: 1778804.

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

Color convert

RGB 116 36 27 -
CMYK 0 0.69 0.77 0.55
HSL 6.07º 0.62% 0.28% -
HSV(B) 6.07º 0.77% 0.45% -
XYZ 8.03 5.05 1.59 -
YUV 58.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 116 36 27 0 0.69 0.77 0.55 6.07 0.62 0.28
Hex 74 24 1B 0 45 4D 37 6 3E 1C
Octal 164 44 33 0 105 115 67 6 76 34
Binary 1110100 100100 11011 0 1000101 1001101 110111 110 111110 11100

Color Harmonies of #74241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74241B

Black with #74241B

Text Example


Text Example

White with #74241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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