Html Css Color HEX #7F200A Falu Red

📋 copy color: '#7F200A'

red 127 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #7F200A

Tints of Falu Red #7F200A

RGB

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

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

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

R = 75.15%
G = 18.93%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#7F200A (or 0x7F200A) is known color: Falu Red. HEX triplet: 7F, 20 and 0A. RGB value is (127,32,10). Sum of RGB (Red+Green+Blue) = 127+32+10=169 (22% of max value = 765). Red value is 127 (50% from 255 or 75.15% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 127 - color contains mainly: red. Hex color #7F200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F200A is #80DFF5. Grayscale: #3A3A3A. Windows color (decimal): -8445942 or 663679. OLE color: 663679.

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

Color convert

RGB 127 32 10 -
CMYK 0 0.75 0.92 0.50
HSL 11.28º 0.85% 0.27% -
HSV(B) 11.28º 0.92% 0.5% -
XYZ 9.32 5.57 0.87 -
YUV 57.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 127 32 10 0 0.75 0.92 0.50 11.28 0.85 0.27
Hex 7F 20 A 0 4B 5C 32 B 55 1B
Octal 177 40 12 0 113 134 62 13 125 33
Binary 1111111 100000 1010 0 1001011 1011100 110010 1011 1010101 11011

Color Harmonies of #7F200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F200A

Black with #7F200A

Text Example


Text Example

White with #7F200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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