Html Css Color HEX #7F2402 Falu Red

📋 copy color: '#7F2402'

red 127 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #7F2402

Tints of Falu Red #7F2402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.21%

R = 76.97%
G = 21.82%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F2402 (or 0x7F2402) is known color: Falu Red. HEX triplet: 7F, 24 and 02. RGB value is (127,36,2). Sum of RGB (Red+Green+Blue) = 127+36+2=165 (21% of max value = 765). Red value is 127 (50% from 255 or 76.97% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2402 is #80DBFD. Grayscale: #3B3B3B. Windows color (decimal): -8444926 or 140415. OLE color: 140415.

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

Color convert

RGB 127 36 2 -
CMYK 0 0.72 0.98 0.50
HSL 16.32º 0.97% 0.25% -
HSV(B) 16.32º 0.98% 0.5% -
XYZ 9.39 5.78 0.68 -
YUV 59.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 127 36 2 0 0.72 0.98 0.50 16.32 0.97 0.25
Hex 7F 24 2 0 48 62 32 10 61 19
Octal 177 44 2 0 110 142 62 20 141 31
Binary 1111111 100100 10 0 1001000 1100010 110010 10000 1100001 11001

Color Harmonies of #7F2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2402

Black with #7F2402

Text Example


Text Example

White with #7F2402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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