Html Css Color HEX #7F2515 Falu Red

📋 copy color: '#7F2515'

red 127 ◦ green 37 ◦ blue 21

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

Shades of Falu Red #7F2515

Tints of Falu Red #7F2515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

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

R = 68.65%
G = 20%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#7F2515 (or 0x7F2515) is known color: Falu Red. HEX triplet: 7F, 25 and 15. RGB value is (127,37,21). Sum of RGB (Red+Green+Blue) = 127+37+21=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2515 is #80DAEA. Grayscale: #3E3E3E. Windows color (decimal): -8444651 or 1385855. OLE color: 1385855.

HSL color Cylindrical-coordinate representation of color #7F2515: hue angle of 9.06º 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 #7F2515 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 37 21 -
CMYK 0 0.71 0.83 0.50
HSL 9.06º 0.72% 0.29% -
HSV(B) 9.06º 0.83% 0.5% -
XYZ 9.55 5.89 1.34 -
YUV 62.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 127 37 21 0 0.71 0.83 0.50 9.06 0.72 0.29
Hex 7F 25 15 0 47 53 32 9 48 1D
Octal 177 45 25 0 107 123 62 11 110 35
Binary 1111111 100101 10101 0 1000111 1010011 110010 1001 1001000 11101

Color Harmonies of #7F2515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2515

Black with #7F2515

Text Example


Text Example

White with #7F2515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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