Html Css Color HEX #7F2315 Falu Red

📋 copy color: '#7F2315'

red 127 ◦ green 35 ◦ blue 21

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

Shades of Falu Red #7F2315

Tints of Falu Red #7F2315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 69.4%
G = 19.13%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F2315 (or 0x7F2315) is known color: Falu Red. HEX triplet: 7F, 23 and 15. RGB value is (127,35,21). Sum of RGB (Red+Green+Blue) = 127+35+21=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2315 is #80DCEA. Grayscale: #3D3D3D. Windows color (decimal): -8445163 or 1385343. OLE color: 1385343.

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

Color convert

RGB 127 35 21 -
CMYK 0 0.72 0.83 0.50
HSL 7.92º 0.72% 0.29% -
HSV(B) 7.92º 0.83% 0.5% -
XYZ 9.49 5.77 1.32 -
YUV 60.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 127 35 21 0 0.72 0.83 0.50 7.92 0.72 0.29
Hex 7F 23 15 0 48 53 32 8 48 1D
Octal 177 43 25 0 110 123 62 10 110 35
Binary 1111111 100011 10101 0 1001000 1010011 110010 1000 1001000 11101

Color Harmonies of #7F2315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2315

Black with #7F2315

Text Example


Text Example

White with #7F2315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,35,21); }

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

background-color css

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

 a { background-color: rgb(127,35,21); }

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

border-color css

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

 span { border-color: rgb(127,35,21); }

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