Html Css Color HEX #7C200A Falu Red

📋 copy color: '#7C200A'

red 124 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #7C200A

Tints of Falu Red #7C200A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

 BLUE value IS 10 (4.3% from 255) = 6.02%

R = 74.7%
G = 19.28%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#7C200A (or 0x7C200A) is known color: Falu Red. HEX triplet: 7C, 20 and 0A. RGB value is (124,32,10). Sum of RGB (Red+Green+Blue) = 124+32+10=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C200A is #83DFF5. Grayscale: #393939. Windows color (decimal): -8642550 or 663676. OLE color: 663676.

HSL color Cylindrical-coordinate representation of color #7C200A: hue angle of 11.58º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C200A is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 32 10 -
CMYK 0 0.74 0.92 0.51
HSL 11.58º 0.85% 0.26% -
HSV(B) 11.58º 0.92% 0.49% -
XYZ 8.88 5.34 0.85 -
YUV 57 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 124 32 10 0 0.74 0.92 0.51 11.58 0.85 0.26
Hex 7C 20 A 0 4A 5C 33 C 55 1A
Octal 174 40 12 0 112 134 63 14 125 32
Binary 1111100 100000 1010 0 1001010 1011100 110011 1100 1010101 11010

Color Harmonies of #7C200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C200A

Black with #7C200A

Text Example


Text Example

White with #7C200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,32,10); }

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

background-color css

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

 a { background-color: rgb(124,32,10); }

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

border-color css

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

 span { border-color: rgb(124,32,10); }

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