Html Css Color HEX #7F2603 Falu Red

📋 copy color: '#7F2603'

red 127 ◦ green 38 ◦ blue 3

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

Shades of Falu Red #7F2603

Tints of Falu Red #7F2603

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.62%

 BLUE value IS 3 (1.56% from 255) = 1.79%

R = 75.6%
G = 22.62%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F2603 (or 0x7F2603) is known color: Falu Red. HEX triplet: 7F, 26 and 03. RGB value is (127,38,3). Sum of RGB (Red+Green+Blue) = 127+38+3=168 (22% of max value = 765). Red value is 127 (50% from 255 or 75.60% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2603 is #80D9FC. Grayscale: #3C3C3C. Windows color (decimal): -8444413 or 206463. OLE color: 206463.

HSL color Cylindrical-coordinate representation of color #7F2603: hue angle of 16.94º degrees, saturation: 0.95, 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 #7F2603 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 38 3 -
CMYK 0 0.70 0.98 0.50
HSL 16.94º 0.95% 0.25% -
HSV(B) 16.94º 0.98% 0.5% -
XYZ 9.46 5.9 0.73 -
YUV 60.62 95.49 175.35 -
System Red Green Blue C M Y K H S L
Decimal 127 38 3 0 0.70 0.98 0.50 16.94 0.95 0.25
Hex 7F 26 3 0 46 62 32 11 5F 19
Octal 177 46 3 0 106 142 62 21 137 31
Binary 1111111 100110 11 0 1000110 1100010 110010 10001 1011111 11001

Color Harmonies of #7F2603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2603

Black with #7F2603

Text Example


Text Example

White with #7F2603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,38,3); }

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

background-color css

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

 a { background-color: rgb(127,38,3); }

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

border-color css

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

 span { border-color: rgb(127,38,3); }

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