Html Css Color HEX #7F2304 Falu Red

📋 copy color: '#7F2304'

red 127 ◦ green 35 ◦ blue 4

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

Shades of Falu Red #7F2304

Tints of Falu Red #7F2304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 76.51%
G = 21.08%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#7F2304 (or 0x7F2304) is known color: Falu Red. HEX triplet: 7F, 23 and 04. RGB value is (127,35,4). Sum of RGB (Red+Green+Blue) = 127+35+4=166 (21% of max value = 765). Red value is 127 (50% from 255 or 76.51% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2304 is #80DCFB. Grayscale: #3B3B3B. Windows color (decimal): -8445180 or 271231. OLE color: 271231.

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

Color convert

RGB 127 35 4 -
CMYK 0 0.72 0.97 0.50
HSL 15.12º 0.94% 0.26% -
HSV(B) 15.12º 0.97% 0.5% -
XYZ 9.38 5.72 0.73 -
YUV 58.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 127 35 4 0 0.72 0.97 0.50 15.12 0.94 0.26
Hex 7F 23 4 0 48 61 32 F 5E 1A
Octal 177 43 4 0 110 141 62 17 136 32
Binary 1111111 100011 100 0 1001000 1100001 110010 1111 1011110 11010

Color Harmonies of #7F2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2304

Black with #7F2304

Text Example


Text Example

White with #7F2304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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