Html Css Color HEX #7C231E Falu Red

📋 copy color: '#7C231E'

red 124 ◦ green 35 ◦ blue 30

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

Shades of Falu Red #7C231E

Tints of Falu Red #7C231E

RGB

 RED value IS 124 (48.83% from 255) = 65.61%

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

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

R = 65.61%
G = 18.52%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#7C231E (or 0x7C231E) is known color: Falu Red. HEX triplet: 7C, 23 and 1E. RGB value is (124,35,30). Sum of RGB (Red+Green+Blue) = 124+35+30=189 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.61% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 124 - color contains mainly: red. Hex color #7C231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C231E is #83DCE1. Grayscale: #3D3D3D. Windows color (decimal): -8641762 or 1975164. OLE color: 1975164.

HSL color Cylindrical-coordinate representation of color #7C231E: hue angle of 3.19º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C231E is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 35 30 -
CMYK 0 0.72 0.76 0.51
HSL 3.19º 0.61% 0.3% -
HSV(B) 3.19º 0.76% 0.49% -
XYZ 9.15 5.58 1.82 -
YUV 61.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 124 35 30 0 0.72 0.76 0.51 3.19 0.61 0.3
Hex 7C 23 1E 0 48 4C 33 3 3D 1E
Octal 174 43 36 0 110 114 63 3 75 36
Binary 1111100 100011 11110 0 1001000 1001100 110011 11 111101 11110

Color Harmonies of #7C231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C231E

Black with #7C231E

Text Example


Text Example

White with #7C231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C231E; }

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

 H1.HeaderClassName
 {
   color: #7C231E;
 }
 .AnyTagClassName
 {
   color: #7C231E;
 }
</style>

background-color css

<style>
 a { background-color: #7C231E; }

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

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

border-color css

<style>
 span { border-color: #7C231E; }

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

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