Html Css Color HEX #7C270B Falu Red

📋 copy color: '#7C270B'

red 124 ◦ green 39 ◦ blue 11

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

Shades of Falu Red #7C270B

Tints of Falu Red #7C270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 71.26%
G = 22.41%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7C270B (or 0x7C270B) is known color: Falu Red. HEX triplet: 7C, 27 and 0B. RGB value is (124,39,11). Sum of RGB (Red+Green+Blue) = 124+39+11=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C270B is #83D8F4. Grayscale: #3D3D3D. Windows color (decimal): -8640757 or 731004. OLE color: 731004.

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

Color convert

RGB 124 39 11 -
CMYK 0 0.69 0.91 0.51
HSL 14.87º 0.84% 0.26% -
HSV(B) 14.87º 0.91% 0.49% -
XYZ 9.1 5.76 0.95 -
YUV 61.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 124 39 11 0 0.69 0.91 0.51 14.87 0.84 0.26
Hex 7C 27 B 0 45 5B 33 F 54 1A
Octal 174 47 13 0 105 133 63 17 124 32
Binary 1111100 100111 1011 0 1000101 1011011 110011 1111 1010100 11010

Color Harmonies of #7C270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C270B

Black with #7C270B

Text Example


Text Example

White with #7C270B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,39,11); }

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

background-color css

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

 a { background-color: rgb(124,39,11); }

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

border-color css

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

 span { border-color: rgb(124,39,11); }

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