Html Css Color HEX #74231E Falu Red

📋 copy color: '#74231E'

red 116 ◦ green 35 ◦ blue 30

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

Shades of Falu Red #74231E

Tints of Falu Red #74231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.34%

 BLUE value IS 30 (12.11% from 255) = 16.57%

R = 64.09%
G = 19.34%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#74231E (or 0x74231E) is known color: Falu Red. HEX triplet: 74, 23 and 1E. RGB value is (116,35,30). Sum of RGB (Red+Green+Blue) = 116+35+30=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74231E is #8BDCE1. Grayscale: #3A3A3A. Windows color (decimal): -9166050 or 1975156. OLE color: 1975156.

HSL color Cylindrical-coordinate representation of color #74231E: hue angle of 3.49º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74231E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 30 -
CMYK 0 0.70 0.74 0.55
HSL 3.49º 0.59% 0.29% -
HSV(B) 3.49º 0.74% 0.45% -
XYZ 8.04 5.01 1.77 -
YUV 58.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 116 35 30 0 0.70 0.74 0.55 3.49 0.59 0.29
Hex 74 23 1E 0 46 4A 37 3 3B 1D
Octal 164 43 36 0 106 112 67 3 73 35
Binary 1110100 100011 11110 0 1000110 1001010 110111 11 111011 11101

Color Harmonies of #74231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74231E

Black with #74231E

Text Example


Text Example

White with #74231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74231E; }

 p { color: rgb(116,35,30); }

 H1.HeaderClassName
 {
   color: #74231E;
 }
 .AnyTagClassName
 {
   color: #74231E;
 }
</style>

background-color css

<style>
 a { background-color: #74231E; }

 a { background-color: rgb(116,35,30); }

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

border-color css

<style>
 span { border-color: #74231E; }

 span { border-color: rgb(116,35,30); }

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