Html Css Color HEX #7F2413 Falu Red

📋 copy color: '#7F2413'

red 127 ◦ green 36 ◦ blue 19

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

Shades of Falu Red #7F2413

Tints of Falu Red #7F2413

RGB

 RED value IS 127 (50% from 255) = 69.78%

 GREEN value IS 36 (14.45% from 255) = 19.78%

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 69.78%
G = 19.78%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#7F2413 (or 0x7F2413) is known color: Falu Red. HEX triplet: 7F, 24 and 13. RGB value is (127,36,19). Sum of RGB (Red+Green+Blue) = 127+36+19=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2413 is #80DBEC. Grayscale: #3D3D3D. Windows color (decimal): -8444909 or 1254527. OLE color: 1254527.

HSL color Cylindrical-coordinate representation of color #7F2413: hue angle of 9.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F2413 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 36 19 -
CMYK 0 0.72 0.85 0.50
HSL 9.44º 0.74% 0.29% -
HSV(B) 9.44º 0.85% 0.5% -
XYZ 9.5 5.82 1.24 -
YUV 61.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 127 36 19 0 0.72 0.85 0.50 9.44 0.74 0.29
Hex 7F 24 13 0 48 55 32 9 4A 1D
Octal 177 44 23 0 110 125 62 11 112 35
Binary 1111111 100100 10011 0 1001000 1010101 110010 1001 1001010 11101

Color Harmonies of #7F2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2413

Black with #7F2413

Text Example


Text Example

White with #7F2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,36,19); }

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

background-color css

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

 a { background-color: rgb(127,36,19); }

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

border-color css

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

 span { border-color: rgb(127,36,19); }

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