Html Css Color HEX #7C280F Falu Red

📋 copy color: '#7C280F'

red 124 ◦ green 40 ◦ blue 15

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

Shades of Falu Red #7C280F

Tints of Falu Red #7C280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 69.27%
G = 22.35%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C280F (or 0x7C280F) is known color: Falu Red. HEX triplet: 7C, 28 and 0F. RGB value is (124,40,15). Sum of RGB (Red+Green+Blue) = 124+40+15=179 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.27% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 124 - color contains mainly: red. Hex color #7C280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C280F is #83D7F0. Grayscale: #3E3E3E. Windows color (decimal): -8640497 or 993404. OLE color: 993404.

HSL color Cylindrical-coordinate representation of color #7C280F: hue angle of 13.76º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C280F is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 40 15 -
CMYK 0 0.68 0.88 0.51
HSL 13.76º 0.78% 0.27% -
HSV(B) 13.76º 0.88% 0.49% -
XYZ 9.16 5.84 1.1 -
YUV 62.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 124 40 15 0 0.68 0.88 0.51 13.76 0.78 0.27
Hex 7C 28 F 0 44 58 33 E 4E 1B
Octal 174 50 17 0 104 130 63 16 116 33
Binary 1111100 101000 1111 0 1000100 1011000 110011 1110 1001110 11011

Color Harmonies of #7C280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C280F

Black with #7C280F

Text Example


Text Example

White with #7C280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,40,15); }

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

background-color css

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

 a { background-color: rgb(124,40,15); }

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

border-color css

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

 span { border-color: rgb(124,40,15); }

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